#A04BBF

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

Shades of Deep Lilac #A04BBF

Tints of Deep Lilac #A04BBF

Color information

#A04BBF (or 0xA04BBF) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and BF. RGB value is (160,75,191). Sum of RGB (Red+Green+Blue) = 160+75+191=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #A04BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBF is #5FB440. Grayscale: #717171. Windows color (decimal): -6272065 or 12536736. OLE color: 12536736.

HSL color Cylindrical-coordinate representation of color #A04BBF: hue angle of 283.97º degrees, saturation: 0.48, 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 #A04BBF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16075191-
CMYK0.160.6100.25
HSL283.97º47.54%52.16%-
HSV(B)283.97º60.73%74.9%-
XYZ26.4216.2751.04-
YUV113.64171.66161.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 191 (75% from 255) = 44.84%
R=37.56%
G=17.61%
B=44.84%

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
Decimal160751910.160.6100.25283.9747.5452.16
HexA04BBF103D01911c3034
Octal24011327720750314346064
Binary1010000010010111011111110000111101011001100011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BBF; }

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

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

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

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

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

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

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

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