#A085CE

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

Shades of Cold Purple #A085CE

Tints of Cold Purple #A085CE

Color information

#A085CE (or 0xA085CE) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and CE. RGB value is (160,133,206). Sum of RGB (Red+Green+Blue) = 160+133+206=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #A085CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085CE is #5F7A31. Grayscale: #959595. Windows color (decimal): -6257202 or 13534624. OLE color: 13534624.

HSL color Cylindrical-coordinate representation of color #A085CE: hue angle of 262.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A085CE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160133206-
CMYK0.220.3500.19
HSL262.19º42.69%66.47%-
HSV(B)262.19º35.44%80.78%-
XYZ34.0328.762.14-
YUV149.4159.95135.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.06%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=32.06%
G=26.65%
B=41.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601332060.220.3500.19262.1942.6966.47
HexA085CE16230131062b42
Octal240205316264302340653102
Binary101000001000010111001110101101000110100111000001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085CE; }

 p { color: rgb(160,133,206); }

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

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

 a { background-color: rgb(160,133,206); }

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

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

 span { border-color: rgb(160,133,206); }

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