#A04BBD

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

Shades of Deep Lilac #A04BBD

Tints of Deep Lilac #A04BBD

Color information

#A04BBD (or 0xA04BBD) is unknown color: approx Deep Lilac. HEX triplet: A0, 4B and BD. RGB value is (160,75,189). Sum of RGB (Red+Green+Blue) = 160+75+189=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #A04BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BBD is #5FB442. Grayscale: #717171. Windows color (decimal): -6272067 or 12405664. OLE color: 12405664.

HSL color Cylindrical-coordinate representation of color #A04BBD: hue angle of 284.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04BBD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16075189-
CMYK0.150.6000.26
HSL284.74º46.34%51.76%-
HSV(B)284.74º60.32%74.12%-
XYZ26.216.1849.89-
YUV113.41170.66161.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=37.74%
G=17.69%
B=44.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160751890.150.6000.26284.7446.3451.76
HexA04BBDF3C01A11d2e34
Octal24011327517740324355664
Binary101000001001011101111011111111100011010100011101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04BBD; }

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

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

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

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

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

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

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

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