#A954B3

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

Shades of Deep Lilac #A954B3

Tints of Deep Lilac #A954B3

Color information

#A954B3 (or 0xA954B3) is unknown color: approx Deep Lilac. HEX triplet: A9, 54 and B3. RGB value is (169,84,179). Sum of RGB (Red+Green+Blue) = 169+84+179=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #A954B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A954B3 is #56AB4C. Grayscale: #777777. Windows color (decimal): -5679949 or 11752617. OLE color: 11752617.

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

Color convert

RGB16984179-
CMYK0.060.5300.30
HSL293.68º38.46%51.57%-
HSV(B)293.68º53.07%70.2%-
XYZ27.6718.0344.67-
YUV120.24161.16162.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.12%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=39.12%
G=19.44%
B=41.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169841790.060.5300.30293.6838.4651.57
HexA954B363501E1262634
Octal2511242636650364464664
Binary10101001101010010110011110110101011110100100110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A954B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A954B3; }

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

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

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

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

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

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

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

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