#A03FAE

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

Shades of Deep Lilac #A03FAE

Tints of Deep Lilac #A03FAE

Color information

#A03FAE (or 0xA03FAE) is unknown color: approx Deep Lilac. HEX triplet: A0, 3F and AE. RGB value is (160,63,174). Sum of RGB (Red+Green+Blue) = 160+63+174=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAE is #5FC051. Grayscale: #686868. Windows color (decimal): -6275154 or 11419552. OLE color: 11419552.

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

Color convert

RGB16063174-
CMYK0.080.6400.32
HSL292.43º46.84%46.47%-
HSV(B)292.43º63.79%68.24%-
XYZ23.9114.0841.5-
YUV104.66167.14167.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 63 (25% from 255) = 15.87%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=40.30%
G=15.87%
B=43.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160631740.080.6400.32292.4346.8446.47
HexA03FAE8400201242f2e
Octal24077256101000404445756
Binary1010000011111110101110100010000000100000100100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03FAE; }

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

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

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

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

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

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

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

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