#A956BD

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

Shades of Deep Lilac #A956BD

Tints of Deep Lilac #A956BD

Color information

#A956BD (or 0xA956BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 56 and BD. RGB value is (169,86,189). Sum of RGB (Red+Green+Blue) = 169+86+189=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #A956BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A956BD is #56A942. Grayscale: #7A7A7A. Windows color (decimal): -5679427 or 12408489. OLE color: 12408489.

HSL color Cylindrical-coordinate representation of color #A956BD: hue angle of 288.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A956BD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16986189-
CMYK0.110.5400.26
HSL288.35º43.83%53.92%-
HSV(B)288.35º54.5%74.12%-
XYZ28.8818.7650.24-
YUV122.56165.5161.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 86 (33.98% from 255) = 19.37%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=38.06%
G=19.37%
B=42.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169861890.110.5400.26288.3543.8353.92
HexA956BDB3601A1202c36
Octal25112627513660324405466
Binary101010011010110101111011011110110011010100100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A956BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A956BD; }

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

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

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

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

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

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

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

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