#A685CB

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

Shades of Cold Purple #A685CB

Tints of Cold Purple #A685CB

Color information

#A685CB (or 0xA685CB) is unknown color: approx Cold Purple. HEX triplet: A6, 85 and CB. RGB value is (166,133,203). Sum of RGB (Red+Green+Blue) = 166+133+203=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A685CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CB is #597A34. Grayscale: #969696. Windows color (decimal): -5863989 or 13338022. OLE color: 13338022.

HSL color Cylindrical-coordinate representation of color #A685CB: hue angle of 268.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A685CB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166133203-
CMYK0.180.3400.20
HSL268.29º40.23%65.88%-
HSV(B)268.29º34.48%79.61%-
XYZ34.8929.1960.3-
YUV150.85157.43138.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=33.07%
G=26.49%
B=40.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661332030.180.3400.20268.2940.2365.88
HexA685CB122201410c2842
Octal246205313224202441450102
Binary101001101000010111001011100101000100101001000011001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685CB; }

 p { color: rgb(166,133,203); }

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

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

 a { background-color: rgb(166,133,203); }

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

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

 span { border-color: rgb(166,133,203); }

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