#A04BCE

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

Shades of Deep Lilac #A04BCE

Tints of Deep Lilac #A04BCE

Color information

#A04BCE (or 0xA04BCE) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and CE. RGB value is (160,75,206). Sum of RGB (Red+Green+Blue) = 160+75+206=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BCE is #5FB431. Grayscale: #727272. Windows color (decimal): -6272050 or 13519776. OLE color: 13519776.

HSL color Cylindrical-coordinate representation of color #A04BCE: hue angle of 278.93º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04BCE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16075206-
CMYK0.220.6400.19
HSL278.93º57.21%55.1%-
HSV(B)278.93º63.59%80.78%-
XYZ28.1516.9660.18-
YUV115.35179.16159.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=36.28%
G=17.01%
B=46.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160752060.220.6400.19278.9357.2155.1
HexA04BCE16400131173937
Octal240113316261000234277167
Binary10100000100101111001110101101000000010011100010111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BCE; }

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

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

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

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

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

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

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

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