#A04BAD

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

Shades of Deep Lilac #A04BAD

Tints of Deep Lilac #A04BAD

Color information

#A04BAD (or 0xA04BAD) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and AD. RGB value is (160,75,173). Sum of RGB (Red+Green+Blue) = 160+75+173=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAD is #5FB452. Grayscale: #6F6F6F. Windows color (decimal): -6272083 or 11357088. OLE color: 11357088.

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

Color convert

RGB16075173-
CMYK0.080.5700.32
HSL292.04º39.52%48.63%-
HSV(B)292.04º56.65%67.84%-
XYZ24.5615.5241.24-
YUV111.59162.66162.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 18.38%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=39.22%
G=18.38%
B=42.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160751730.080.5700.32292.0439.5248.63
HexA04BAD8390201242831
Octal24011325510710404445061
Binary1010000010010111010110110001110010100000100100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BAD; }

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

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

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

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

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

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

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

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