#A151AE

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

Shades of Deep Lilac #A151AE

Tints of Deep Lilac #A151AE

Color information

#A151AE (or 0xA151AE) is unknown color: approx Deep Lilac. HEX triplet: A1, 51 and AE. RGB value is (161,81,174). Sum of RGB (Red+Green+Blue) = 161+81+174=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #A151AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A151AE is #5EAE51. Grayscale: #737373. Windows color (decimal): -6205010 or 11424161. OLE color: 11424161.

HSL color Cylindrical-coordinate representation of color #A151AE: hue angle of 291.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A151AE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16181174-
CMYK0.070.5300.32
HSL291.61º36.47%50%-
HSV(B)291.61º53.45%68.24%-
XYZ25.2816.5241.9-
YUV115.52161160.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=38.70%
G=19.47%
B=41.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161811740.070.5300.32291.6136.4750
HexA151AE7350201242432
Octal2411212567650404444462
Binary101000011010001101011101111101010100000100100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151AE; }

 p { color: rgb(161,81,174); }

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

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

 a { background-color: rgb(161,81,174); }

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

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

 span { border-color: rgb(161,81,174); }

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