#A28BC9

Color #A28BC9 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A28BC9

Tints of Cold Purple #A28BC9

Color information

#A28BC9 (or 0xA28BC9) is unknown color: approx Cold Purple. HEX triplet: A2, 8B and C9. RGB value is (162,139,201). Sum of RGB (Red+Green+Blue) = 162+139+201=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BC9 is #5D7436. Grayscale: #989898. Windows color (decimal): -6124599 or 13208482. OLE color: 13208482.

HSL color Cylindrical-coordinate representation of color #A28BC9: hue angle of 262.26º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28BC9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162139201-
CMYK0.190.3100.21
HSL262.26º36.47%66.67%-
HSV(B)262.26º30.85%78.82%-
XYZ34.6830.3659.29-
YUV152.94155.12134.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=32.27%
G=27.69%
B=40.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621392010.190.3100.21262.2636.4766.67
HexA28BC9131F0151062443
Octal242213311233702540644103
Binary10100010100010111100100110011111110101011000001101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BC9; }

 p { color: rgb(162,139,201); }

 H1.HeaderClassName
 {
   color: #A28BC9;
 }
 .AnyTagClassName
 {
   color: #A28BC9;
 }
</style>
background-color css

<style>
 a { background-color: #A28BC9; }

 a { background-color: rgb(162,139,201); }

 div.DivClassName
 {
   background-color: #A28BC9;
 }
 .BgClassName
 {
   background-color: #A28BC9;
 }
</style>
border-color css

<style>
 span { border-color: #A28BC9; }

 span { border-color: rgb(162,139,201); }

 td.TdClassName
 {
   border-color: #A28BC9;
 }
 .TagClassName
 {
   border-color: #A28BC9;
 }
</style>