#A959BF

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

Shades of Deep Lilac #A959BF

Tints of Deep Lilac #A959BF

Color information

#A959BF (or 0xA959BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 59 and BF. RGB value is (169,89,191). Sum of RGB (Red+Green+Blue) = 169+89+191=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #A959BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A959BF is #56A640. Grayscale: #7C7C7C. Windows color (decimal): -5678657 or 12540329. OLE color: 12540329.

HSL color Cylindrical-coordinate representation of color #A959BF: hue angle of 287.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A959BF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16989191-
CMYK0.120.5300.25
HSL287.06º44.35%54.9%-
HSV(B)287.06º53.4%74.9%-
XYZ29.3419.3451.48-
YUV124.55165.5159.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 191 (75% from 255) = 42.54%
R=37.64%
G=19.82%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169891910.120.5300.25287.0644.3554.9
HexA959BFC3501911f2c37
Octal25113127714650314375467
Binary101010011011001101111111100110101011001100011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A959BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A959BF; }

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

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

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

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

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

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

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

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