#A03CAA

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

Shades of Deep Lilac #A03CAA

Tints of Deep Lilac #A03CAA

Color information

#A03CAA (or 0xA03CAA) is unknown color: approx Deep Lilac. HEX triplet: A0, 3C and AA. RGB value is (160,60,170). Sum of RGB (Red+Green+Blue) = 160+60+170=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #A03CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CAA is #5FC355. Grayscale: #666666. Windows color (decimal): -6275926 or 11156640. OLE color: 11156640.

HSL color Cylindrical-coordinate representation of color #A03CAA: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03CAA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16060170-
CMYK0.060.6500.33
HSL294.55º47.83%45.1%-
HSV(B)294.55º64.71%66.67%-
XYZ23.3713.6139.43-
YUV102.44166.13169.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 60 (23.83% from 255) = 15.38%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=41.03%
G=15.38%
B=43.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160601700.060.6500.33294.5547.8345.1
HexA03CAA641021127302d
Octal2407425261010414476055
Binary101000001111001010101011010000010100001100100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03CAA; }

 p { color: rgb(160,60,170); }

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

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

 a { background-color: rgb(160,60,170); }

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

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

 span { border-color: rgb(160,60,170); }

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