#A685D0

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

Shades of Cold Purple #A685D0

Tints of Cold Purple #A685D0

Color information

#A685D0 (or 0xA685D0) is unknown color: approx Cold Purple. HEX triplet: A6, 85 and D0. RGB value is (166,133,208). Sum of RGB (Red+Green+Blue) = 166+133+208=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #A685D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685D0 is #597A2F. Grayscale: #979797. Windows color (decimal): -5863984 or 13665702. OLE color: 13665702.

HSL color Cylindrical-coordinate representation of color #A685D0: hue angle of 266.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A685D0 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166133208-
CMYK0.200.3600.18
HSL266.4º44.38%66.86%-
HSV(B)266.4º36.06%81.57%-
XYZ35.529.4463.49-
YUV151.42159.93138.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=32.74%
G=26.23%
B=41.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661332080.200.3600.18266.444.3866.86
HexA685D0142401210a2c43
Octal246205320244402241254103
Binary101001101000010111010000101001001000100101000010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685D0; }

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

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

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

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

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

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

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

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