#A03BAE

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

Shades of Deep Lilac #A03BAE

Tints of Deep Lilac #A03BAE

Color information

#A03BAE (or 0xA03BAE) is unknown color: approx Deep Lilac. HEX triplet: A0, 3B and AE. RGB value is (160,59,174). Sum of RGB (Red+Green+Blue) = 160+59+174=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAE is #5FC451. Grayscale: #656565. Windows color (decimal): -6276178 or 11418528. OLE color: 11418528.

HSL color Cylindrical-coordinate representation of color #A03BAE: hue angle of 292.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03BAE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16059174-
CMYK0.080.6600.32
HSL292.7º49.36%45.69%-
HSV(B)292.7º66.09%68.24%-
XYZ23.713.6641.43-
YUV102.31168.46169.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.71%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=40.71%
G=15.01%
B=44.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160591740.080.6600.32292.749.3645.69
HexA03BAE842020125312e
Octal24073256101020404456156
Binary1010000011101110101110100010000100100000100100101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03BAE; }

 p { color: rgb(160,59,174); }

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

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

 a { background-color: rgb(160,59,174); }

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

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

 span { border-color: rgb(160,59,174); }

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