#A956C6

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

Shades of Deep Lilac #A956C6

Tints of Deep Lilac #A956C6

Color information

#A956C6 (or 0xA956C6) is unknown color: approx Deep Lilac. HEX triplet: A9, 56 and C6. RGB value is (169,86,198). Sum of RGB (Red+Green+Blue) = 169+86+198=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #A956C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956C6 is #56A939. Grayscale: #7B7B7B. Windows color (decimal): -5679418 or 12998313. OLE color: 12998313.

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

Color convert

RGB16986198-
CMYK0.150.5700.22
HSL284.46º49.56%55.69%-
HSV(B)284.46º56.57%77.65%-
XYZ29.8819.1755.55-
YUV123.58170160.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=37.31%
G=18.98%
B=43.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169861980.150.5700.22284.4649.5655.69
HexA956C6F3901611c3238
Octal25112630617710264346270
Binary101010011010110110001101111111001010110100011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956C6; }

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

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

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

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

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

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

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

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