#A685CF

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

Shades of Cold Purple #A685CF

Tints of Cold Purple #A685CF

Color information

#A685CF (or 0xA685CF) is unknown color: approx Cold Purple. HEX triplet: A6, 85 and CF. RGB value is (166,133,207). Sum of RGB (Red+Green+Blue) = 166+133+207=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A685CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CF is #597A30. Grayscale: #979797. Windows color (decimal): -5863985 or 13600166. OLE color: 13600166.

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

Color convert

RGB166133207-
CMYK0.200.3600.19
HSL266.76º43.53%66.67%-
HSV(B)266.76º35.75%81.18%-
XYZ35.3829.3962.84-
YUV151.3159.43138.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=32.81%
G=26.28%
B=40.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661332070.200.3600.19266.7643.5366.67
HexA685CF142401310b2c43
Octal246205317244402341354103
Binary101001101000010111001111101001001000100111000010111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685CF; }

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

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

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

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

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

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

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

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