#A859C0

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

Shades of Deep Lilac #A859C0

Tints of Deep Lilac #A859C0

Color information

#A859C0 (or 0xA859C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 59 and C0. RGB value is (168,89,192). Sum of RGB (Red+Green+Blue) = 168+89+192=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #A859C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A859C0 is #57A63F. Grayscale: #7C7C7C. Windows color (decimal): -5744192 or 12605864. OLE color: 12605864.

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

Color convert

RGB16889192-
CMYK0.120.5400.25
HSL286.02º44.98%55.1%-
HSV(B)286.02º53.65%75.29%-
XYZ29.2419.2852.05-
YUV124.36166.17159.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=37.42%
G=19.82%
B=42.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168891920.120.5400.25286.0244.9855.1
HexA859C0C3601911e2d37
Octal25013130014660314365567
Binary101010001011001110000001100110110011001100011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A859C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A859C0; }

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

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

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

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

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

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

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

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