#A04BB3

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

Shades of Deep Lilac #A04BB3

Tints of Deep Lilac #A04BB3

Color information

#A04BB3 (or 0xA04BB3) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and B3. RGB value is (160,75,179). Sum of RGB (Red+Green+Blue) = 160+75+179=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #A04BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BB3 is #5FB44C. Grayscale: #6F6F6F. Windows color (decimal): -6272077 or 11750304. OLE color: 11750304.

HSL color Cylindrical-coordinate representation of color #A04BB3: hue angle of 289.04º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04BB3 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16075179-
CMYK0.110.5800.30
HSL289.04º40.94%49.8%-
HSV(B)289.04º58.1%70.2%-
XYZ25.1515.7644.36-
YUV112.27165.66162.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 179 (70.31% from 255) = 43.24%
R=38.65%
G=18.12%
B=43.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160751790.110.5800.30289.0440.9449.8
HexA04BB3B3A01E1212932
Octal24011326313720364415162
Binary101000001001011101100111011111010011110100100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BB3; }

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

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

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

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

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

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

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

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