#A04BBE

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

Shades of Deep Lilac #A04BBE

Tints of Deep Lilac #A04BBE

Color information

#A04BBE (or 0xA04BBE) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and BE. RGB value is (160,75,190). Sum of RGB (Red+Green+Blue) = 160+75+190=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBE is #5FB441. Grayscale: #717171. Windows color (decimal): -6272066 or 12471200. OLE color: 12471200.

HSL color Cylindrical-coordinate representation of color #A04BBE: hue angle of 284.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04BBE is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16075190-
CMYK0.160.6100.25
HSL284.35º46.94%51.96%-
HSV(B)284.35º60.53%74.51%-
XYZ26.3116.2250.46-
YUV113.52171.16161.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=37.65%
G=17.65%
B=44.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160751900.160.6100.25284.3546.9451.96
HexA04BBE103D01911c2f34
Octal24011327620750314345764
Binary1010000010010111011111010000111101011001100011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BBE; }

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

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

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

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

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

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

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

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