#A03AAE

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

Shades of Deep Lilac #A03AAE

Tints of Deep Lilac #A03AAE

Color information

#A03AAE (or 0xA03AAE) is unknown color: approx Deep Lilac. HEX triplet: A0, 3A and AE. RGB value is (160,58,174). Sum of RGB (Red+Green+Blue) = 160+58+174=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAE is #5FC551. Grayscale: #656565. Windows color (decimal): -6276434 or 11418272. OLE color: 11418272.

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

Color convert

RGB16058174-
CMYK0.080.6700.32
HSL292.76º50%45.49%-
HSV(B)292.76º66.67%68.24%-
XYZ23.6513.5641.41-
YUV101.72168.79169.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 58 (23.05% from 255) = 14.80%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=40.82%
G=14.80%
B=44.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160581740.080.6700.32292.765045.49
HexA03AAE843020125322d
Octal24072256101030404456255
Binary1010000011101010101110100010000110100000100100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03AAE; }

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

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

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

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

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

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

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

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