#a04cad

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

Shades of Deep Lilac #A04CAD

Tints of Deep Lilac #A04CAD

Color information

#A04CAD (or 0xA04CAD) is unknown color: approx Deep Lilac. HEX triplet: A0, 4C and AD. RGB value is (160,76,173). Sum of RGB (Red+Green+Blue) = 160+76+173=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAD is #5FB352. Grayscale: #6F6F6F. Windows color (decimal): -6271827 or 11357344. OLE color: 11357344.

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

Color convert

RGB16076173-
CMYK0.080.5600.32
HSL291.96º38.96%48.82%-
HSV(B)291.96º56.07%67.84%-
XYZ24.6215.6641.26-
YUV112.17162.33162.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=39.12%
G=18.58%
B=42.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160761730.080.5600.32291.9638.9648.82
HexA04CAD8380201242731
Octal24011425510700404444761
Binary1010000010011001010110110001110000100000100100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04cad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04cad; }

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

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

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

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

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

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

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

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