#A954B9

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

Shades of Deep Lilac #A954B9

Tints of Deep Lilac #A954B9

Color information

#A954B9 (or 0xA954B9) is unknown color: approx Deep Lilac. HEX triplet: A9, 54 and B9. RGB value is (169,84,185). Sum of RGB (Red+Green+Blue) = 169+84+185=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #A954B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954B9 is #56AB46. Grayscale: #787878. Windows color (decimal): -5679943 or 12145833. OLE color: 12145833.

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

Color convert

RGB16984185-
CMYK0.090.5500.27
HSL290.5º41.91%52.75%-
HSV(B)290.5º54.59%72.55%-
XYZ28.2918.2847.94-
YUV120.93164.16162.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 84 (33.20% from 255) = 19.18%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=38.58%
G=19.18%
B=42.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169841850.090.5500.27290.541.9152.75
HexA954B993701B1222a35
Octal25112427111670334425265
Binary101010011010100101110011001110111011011100100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954B9; }

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

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

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

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

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

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

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

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