#A85EC0

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

Shades of Deep Lilac #A85EC0

Tints of Deep Lilac #A85EC0

Color information

#A85EC0 (or 0xA85EC0) is unknown color: approx Deep Lilac. HEX triplet: A8, 5E and C0. RGB value is (168,94,192). Sum of RGB (Red+Green+Blue) = 168+94+192=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #A85EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EC0 is #57A13F. Grayscale: #7E7E7E. Windows color (decimal): -5742912 or 12607144. OLE color: 12607144.

HSL color Cylindrical-coordinate representation of color #A85EC0: hue angle of 285.31º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85EC0 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16894192-
CMYK0.120.5100.25
HSL285.31º43.75%56.08%-
HSV(B)285.31º51.04%75.29%-
XYZ29.6720.1452.19-
YUV127.3164.52157.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 94 (37.11% from 255) = 20.70%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=37.00%
G=20.70%
B=42.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168941920.120.5100.25285.3143.7556.08
HexA85EC0C3301911d2c38
Octal25013630014630314355470
Binary101010001011110110000001100110011011001100011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EC0; }

 p { color: rgb(168,94,192); }

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

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

 a { background-color: rgb(168,94,192); }

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

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

 span { border-color: rgb(168,94,192); }

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