#a153ae

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

Shades of Deep Lilac #A153AE

Tints of Deep Lilac #A153AE

Color information

#A153AE (or 0xA153AE) is unknown color: approx Deep Lilac. HEX triplet: A1, 53 and AE. RGB value is (161,83,174). Sum of RGB (Red+Green+Blue) = 161+83+174=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #A153AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AE is #5EAC51. Grayscale: #747474. Windows color (decimal): -6204498 or 11424673. OLE color: 11424673.

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

Color convert

RGB16183174-
CMYK0.070.5200.32
HSL291.43º35.97%50.39%-
HSV(B)291.43º52.3%68.24%-
XYZ25.4316.8241.95-
YUV116.7160.34159.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.52%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=38.52%
G=19.86%
B=41.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161831740.070.5200.32291.4335.9750.39
HexA153AE7340201232432
Octal2411232567640404434462
Binary101000011010011101011101111101000100000100100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a153ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a153ae; }

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

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

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

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

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

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

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

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