#A149BA

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

Shades of Deep Lilac #A149BA

Tints of Deep Lilac #A149BA

Color information

#A149BA (or 0xA149BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 49 and BA. RGB value is (161,73,186). Sum of RGB (Red+Green+Blue) = 161+73+186=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A149BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A149BA is #5EB645. Grayscale: #6F6F6F. Windows color (decimal): -6207046 or 12208545. OLE color: 12208545.

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

Color convert

RGB16173186-
CMYK0.130.6100.27
HSL286.73º45.02%50.78%-
HSV(B)286.73º60.75%72.94%-
XYZ25.9415.8948.15-
YUV112.19169.65162.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=38.33%
G=17.38%
B=44.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161731860.130.6100.27286.7345.0250.78
HexA149BAD3D01B11f2d33
Octal24111127215750334375563
Binary101000011001001101110101101111101011011100011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149BA; }

 p { color: rgb(161,73,186); }

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

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

 a { background-color: rgb(161,73,186); }

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

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

 span { border-color: rgb(161,73,186); }

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