#A659C0

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

Shades of Deep Lilac #A659C0

Tints of Deep Lilac #A659C0

Color information

#A659C0 (or 0xA659C0) is unknown color: approx Deep Lilac. HEX triplet: A6, 59 and C0. RGB value is (166,89,192). Sum of RGB (Red+Green+Blue) = 166+89+192=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #A659C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A659C0 is #59A63F. Grayscale: #7B7B7B. Windows color (decimal): -5875264 or 12605862. OLE color: 12605862.

HSL color Cylindrical-coordinate representation of color #A659C0: hue angle of 284.85º 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 #A659C0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16689192-
CMYK0.140.5400.25
HSL284.85º44.98%55.1%-
HSV(B)284.85º53.65%75.29%-
XYZ28.8119.0652.03-
YUV123.76166.51158.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 192 (75.39% from 255) = 42.95%
R=37.14%
G=19.91%
B=42.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166891920.140.5400.25284.8544.9855.1
HexA659C0E3601911d2d37
Octal24613130016660314355567
Binary101001101011001110000001110110110011001100011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659C0; }

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

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

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

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

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

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

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

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