#a04bb4

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

Shades of Deep Lilac #A04BB4

Tints of Deep Lilac #A04BB4

Color information

#A04BB4 (or 0xA04BB4) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and B4. RGB value is (160,75,180). Sum of RGB (Red+Green+Blue) = 160+75+180=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #A04BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BB4 is #5FB44B. Grayscale: #707070. Windows color (decimal): -6272076 or 11815840. OLE color: 11815840.

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

Color convert

RGB16075180-
CMYK0.110.5800.29
HSL288.57º41.18%50%-
HSV(B)288.57º58.33%70.59%-
XYZ25.2515.844.9-
YUV112.38166.16161.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=38.55%
G=18.07%
B=43.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160751800.110.5800.29288.5741.1850
HexA04BB4B3A01D1212932
Octal24011326413720354415162
Binary101000001001011101101001011111010011101100100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04bb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04bb4; }

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

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

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

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

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

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

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

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