#A085D7

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

Shades of Cold Purple #A085D7

Tints of Cold Purple #A085D7

Color information

#A085D7 (or 0xA085D7) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and D7. RGB value is (160,133,215). Sum of RGB (Red+Green+Blue) = 160+133+215=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #A085D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D7 is #5F7A28. Grayscale: #969696. Windows color (decimal): -6257193 or 14124448. OLE color: 14124448.

HSL color Cylindrical-coordinate representation of color #A085D7: hue angle of 259.76º degrees, saturation: 0.51, 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 #A085D7 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB160133215-
CMYK0.260.3800.16
HSL259.76º50.62%68.24%-
HSV(B)259.76º38.14%84.31%-
XYZ35.1529.1568.06-
YUV150.42164.45134.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 215 (84.38% from 255) = 42.32%
R=31.50%
G=26.18%
B=42.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1601332150.260.3800.16259.7650.6268.24
HexA085D71A260101043344
Octal240205327324602040463104
Binary101000001000010111010111110101001100100001000001001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085D7; }

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

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

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

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

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

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

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

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