#A04CBA

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

Shades of Deep Lilac #A04CBA

Tints of Deep Lilac #A04CBA

Color information

#A04CBA (or 0xA04CBA) is unknown color: approx Deep Lilac. HEX triplet: A0, 4C and BA. RGB value is (160,76,186). Sum of RGB (Red+Green+Blue) = 160+76+186=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #A04CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CBA is #5FB345. Grayscale: #717171. Windows color (decimal): -6271814 or 12209312. OLE color: 12209312.

HSL color Cylindrical-coordinate representation of color #A04CBA: hue angle of 285.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04CBA is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16076186-
CMYK0.140.5900.27
HSL285.82º44.35%51.37%-
HSV(B)285.82º59.14%72.94%-
XYZ25.9416.1948.21-
YUV113.66168.83161.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.91%
GREEN value IS 76 (30.08% from 255) = 18.01%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=37.91%
G=18.01%
B=44.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160761860.140.5900.27285.8244.3551.37
HexA04CBAE3B01B11e2c33
Octal24011427216730334365463
Binary101000001001100101110101110111011011011100011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CBA; }

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

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

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

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

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

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

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

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