#A85FC9

Color #A85FC9 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A85FC9

Tints of Deep Lilac #A85FC9

Color information

#A85FC9 (or 0xA85FC9) is unknown color: approx Deep Lilac. HEX triplet: A8, 5F and C9. RGB value is (168,95,201). Sum of RGB (Red+Green+Blue) = 168+95+201=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #A85FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FC9 is #57A036. Grayscale: #808080. Windows color (decimal): -5742647 or 13197224. OLE color: 13197224.

HSL color Cylindrical-coordinate representation of color #A85FC9: hue angle of 281.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A85FC9 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16895201-
CMYK0.160.5300.21
HSL281.32º49.53%58.04%-
HSV(B)281.32º52.74%78.82%-
XYZ30.7820.7357.64-
YUV128.91168.68155.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.21%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=36.21%
G=20.47%
B=43.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168952010.160.5300.21281.3249.5358.04
HexA85FC91035015119323a
Octal25013731120650254316272
Binary1010100010111111100100110000110101010101100011001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FC9; }

 p { color: rgb(168,95,201); }

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

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

 a { background-color: rgb(168,95,201); }

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

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

 span { border-color: rgb(168,95,201); }

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