#A549BD

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

Shades of Deep Lilac #A549BD

Tints of Deep Lilac #A549BD

Color information

#A549BD (or 0xA549BD) is unknown color: approx Deep Lilac. HEX triplet: A5, 49 and BD. RGB value is (165,73,189). Sum of RGB (Red+Green+Blue) = 165+73+189=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A549BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549BD is #5AB642. Grayscale: #717171. Windows color (decimal): -5944899 or 12405157. OLE color: 12405157.

HSL color Cylindrical-coordinate representation of color #A549BD: hue angle of 287.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A549BD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16573189-
CMYK0.130.6100.26
HSL287.59º46.77%51.37%-
HSV(B)287.59º61.38%74.12%-
XYZ27.0816.4449.89-
YUV113.73170.48164.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=38.64%
G=17.10%
B=44.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165731890.130.6100.26287.5946.7751.37
HexA549BDD3D01A1202f33
Octal24511127515750324405763
Binary101001011001001101111011101111101011010100100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549BD; }

 p { color: rgb(165,73,189); }

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

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

 a { background-color: rgb(165,73,189); }

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

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

 span { border-color: rgb(165,73,189); }

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