#a959c6

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

Shades of Deep Lilac #A959C6

Tints of Deep Lilac #A959C6

Color information

#A959C6 (or 0xA959C6) is unknown color: approx Deep Lilac. HEX triplet: A9, 59 and C6. RGB value is (169,89,198). Sum of RGB (Red+Green+Blue) = 169+89+198=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #A959C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959C6 is #56A639. Grayscale: #7C7C7C. Windows color (decimal): -5678650 or 12999081. OLE color: 12999081.

HSL color Cylindrical-coordinate representation of color #A959C6: hue angle of 284.04º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A959C6 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16989198-
CMYK0.150.5500.22
HSL284.04º48.88%56.27%-
HSV(B)284.04º55.05%77.65%-
XYZ30.1319.6655.63-
YUV125.35169159.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 198 (77.73% from 255) = 43.42%
R=37.06%
G=19.52%
B=43.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169891980.150.5500.22284.0448.8856.27
HexA959C6F3701611c3138
Octal25113130617670264346170
Binary101010011011001110001101111110111010110100011100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a959c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a959c6; }

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

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

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

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

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

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

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

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