#A685CA

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

Shades of Cold Purple #A685CA

Tints of Cold Purple #A685CA

Color information

#A685CA (or 0xA685CA) is unknown color: approx Cold Purple. HEX triplet: A6, 85 and CA. RGB value is (166,133,202). Sum of RGB (Red+Green+Blue) = 166+133+202=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A685CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CA is #597A35. Grayscale: #969696. Windows color (decimal): -5863990 or 13272486. OLE color: 13272486.

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

Color convert

RGB166133202-
CMYK0.180.3400.21
HSL268.7º39.43%65.69%-
HSV(B)268.7º34.16%79.22%-
XYZ34.7729.1559.67-
YUV150.73156.93138.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=33.13%
G=26.55%
B=40.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661332020.180.3400.21268.739.4365.69
HexA685CA122201510d2742
Octal246205312224202541547102
Binary101001101000010111001010100101000100101011000011011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A685CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A685CA; }

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

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

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

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

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

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

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

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