#A03DAD

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

Shades of Deep Lilac #A03DAD

Tints of Deep Lilac #A03DAD

Color information

#A03DAD (or 0xA03DAD) is unknown color: approx Deep Lilac. HEX triplet: A0, 3D and AD. RGB value is (160,61,173). Sum of RGB (Red+Green+Blue) = 160+61+173=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #A03DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAD is #5FC252. Grayscale: #676767. Windows color (decimal): -6275667 or 11353504. OLE color: 11353504.

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

Color convert

RGB16061173-
CMYK0.080.6500.32
HSL293.04º47.86%45.88%-
HSV(B)293.04º64.74%67.84%-
XYZ23.7113.8340.95-
YUV103.37167.3168.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=40.61%
G=15.48%
B=43.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160611730.080.6500.32293.0447.8645.88
HexA03DAD841020125302e
Octal24075255101010404456056
Binary1010000011110110101101100010000010100000100100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03DAD; }

 p { color: rgb(160,61,173); }

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

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

 a { background-color: rgb(160,61,173); }

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

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

 span { border-color: rgb(160,61,173); }

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