#A959C2

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

Shades of Deep Lilac #A959C2

Tints of Deep Lilac #A959C2

Color information

#A959C2 (or 0xA959C2) is unknown color: approx Deep Lilac. HEX triplet: A9, 59 and C2. RGB value is (169,89,194). Sum of RGB (Red+Green+Blue) = 169+89+194=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #A959C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959C2 is #56A63D. Grayscale: #7C7C7C. Windows color (decimal): -5678654 or 12736937. OLE color: 12736937.

HSL color Cylindrical-coordinate representation of color #A959C2: hue angle of 285.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A959C2 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16989194-
CMYK0.130.5400.24
HSL285.71º46.26%55.49%-
HSV(B)285.71º54.12%76.08%-
XYZ29.6719.4753.23-
YUV124.89167159.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=37.39%
G=19.69%
B=42.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169891940.130.5400.24285.7146.2655.49
HexA959C2D3601811e2e37
Octal25113130215660304365667
Binary101010011011001110000101101110110011000100011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959C2; }

 p { color: rgb(169,89,194); }

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

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

 a { background-color: rgb(169,89,194); }

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

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

 span { border-color: rgb(169,89,194); }

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