#A085D6

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

Shades of Cold Purple #A085D6

Tints of Cold Purple #A085D6

Color information

#A085D6 (or 0xA085D6) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and D6. RGB value is (160,133,214). Sum of RGB (Red+Green+Blue) = 160+133+214=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #A085D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D6 is #5F7A29. Grayscale: #969696. Windows color (decimal): -6257194 or 14058912. OLE color: 14058912.

HSL color Cylindrical-coordinate representation of color #A085D6: hue angle of 260º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A085D6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160133214-
CMYK0.250.3800.16
HSL260º49.69%68.04%-
HSV(B)260º37.85%83.92%-
XYZ35.0229.167.39-
YUV150.31163.95134.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=31.56%
G=26.23%
B=42.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601332140.250.3800.1626049.6968.04
HexA085D619260101043244
Octal240205326314602040462104
Binary101000001000010111010110110011001100100001000001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085D6; }

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

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

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

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

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

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

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

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