#A956B9

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

Shades of Deep Lilac #A956B9

Tints of Deep Lilac #A956B9

Color information

#A956B9 (or 0xA956B9) is unknown color: approx Deep Lilac. HEX triplet: A9, 56 and B9. RGB value is (169,86,185). Sum of RGB (Red+Green+Blue) = 169+86+185=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #A956B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956B9 is #56A946. Grayscale: #797979. Windows color (decimal): -5679431 or 12146345. OLE color: 12146345.

HSL color Cylindrical-coordinate representation of color #A956B9: hue angle of 290.3º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A956B9 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16986185-
CMYK0.090.5400.27
HSL290.3º41.42%53.14%-
HSV(B)290.3º53.51%72.55%-
XYZ28.4518.5947.99-
YUV122.1163.5161.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=38.41%
G=19.55%
B=42.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169861850.090.5400.27290.341.4253.14
HexA956B993601B1222935
Octal25112627111660334425165
Binary101010011010110101110011001110110011011100100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956B9; }

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

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

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

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

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

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

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

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