#A957BD

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

Shades of Deep Lilac #A957BD

Tints of Deep Lilac #A957BD

Color information

#A957BD (or 0xA957BD) is unknown color: approx Deep Lilac. HEX triplet: A9, 57 and BD. RGB value is (169,87,189). Sum of RGB (Red+Green+Blue) = 169+87+189=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #A957BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957BD is #56A842. Grayscale: #7A7A7A. Windows color (decimal): -5679171 or 12408745. OLE color: 12408745.

HSL color Cylindrical-coordinate representation of color #A957BD: hue angle of 288.24º 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 #A957BD is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16987189-
CMYK0.110.5400.26
HSL288.24º43.59%54.12%-
HSV(B)288.24º53.97%74.12%-
XYZ28.9618.9350.27-
YUV123.15165.17160.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 87 (34.38% from 255) = 19.55%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=37.98%
G=19.55%
B=42.47%

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
Decimal169871890.110.5400.26288.2443.5954.12
HexA957BDB3601A1202c36
Octal25112727513660324405466
Binary101010011010111101111011011110110011010100100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957BD; }

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

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

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

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

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

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

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

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