#A954B4

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

Shades of Deep Lilac #A954B4

Tints of Deep Lilac #A954B4

Color information

#A954B4 (or 0xA954B4) is unknown color: approx Deep Lilac. HEX triplet: A9, 54 and B4. RGB value is (169,84,180). Sum of RGB (Red+Green+Blue) = 169+84+180=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #A954B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954B4 is #56AB4B. Grayscale: #787878. Windows color (decimal): -5679948 or 11818153. OLE color: 11818153.

HSL color Cylindrical-coordinate representation of color #A954B4: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A954B4 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16984180-
CMYK0.060.5300.29
HSL293.12º39.02%51.76%-
HSV(B)293.12º53.33%70.59%-
XYZ27.7718.0745.2-
YUV120.36161.66162.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=39.03%
G=19.40%
B=41.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169841800.060.5300.29293.1239.0251.76
HexA954B463501D1252734
Octal2511242646650354454764
Binary10101001101010010110100110110101011101100100101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954B4; }

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

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

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

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

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

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

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

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