#A84DB4

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

Shades of Deep Lilac #A84DB4

Tints of Deep Lilac #A84DB4

Color information

#A84DB4 (or 0xA84DB4) is unknown color: approx Deep Lilac. HEX triplet: A8, 4D and B4. RGB value is (168,77,180). Sum of RGB (Red+Green+Blue) = 168+77+180=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #A84DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DB4 is #57B24B. Grayscale: #737373. Windows color (decimal): -5747276 or 11816360. OLE color: 11816360.

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

Color convert

RGB16877180-
CMYK0.070.5700.29
HSL293.01º40.71%50.39%-
HSV(B)293.01º57.22%70.59%-
XYZ27.0416.9345.02-
YUV115.95164.15165.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=39.53%
G=18.12%
B=42.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168771800.070.5700.29293.0140.7150.39
HexA84DB473901D1252932
Octal2501152647710354455162
Binary10101000100110110110100111111001011101100100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84DB4; }

 p { color: rgb(168,77,180); }

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

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

 a { background-color: rgb(168,77,180); }

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

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

 span { border-color: rgb(168,77,180); }

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