#A04DC0

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

Shades of Deep Lilac #A04DC0

Tints of Deep Lilac #A04DC0

Color information

#A04DC0 (or 0xA04DC0) is unknown color: approx Deep Lilac. HEX triplet: A0, 4D and C0. RGB value is (160,77,192). Sum of RGB (Red+Green+Blue) = 160+77+192=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #A04DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DC0 is #5FB23F. Grayscale: #727272. Windows color (decimal): -6271552 or 12602784. OLE color: 12602784.

HSL color Cylindrical-coordinate representation of color #A04DC0: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04DC0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16077192-
CMYK0.170.6000.25
HSL283.3º47.72%52.75%-
HSV(B)283.3º59.9%75.29%-
XYZ26.6716.5951.67-
YUV114.93171.5160.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=37.30%
G=17.95%
B=44.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160771920.170.6000.25283.347.7252.75
HexA04DC0113C01911b3035
Octal24011530021740314336065
Binary1010000010011011100000010001111100011001100011011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04DC0; }

 p { color: rgb(160,77,192); }

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

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

 a { background-color: rgb(160,77,192); }

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

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

 span { border-color: rgb(160,77,192); }

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