#A84BB4

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

Shades of Deep Lilac #A84BB4

Tints of Deep Lilac #A84BB4

Color information

#A84BB4 (or 0xA84BB4) is unknown color: approx Deep Lilac. HEX triplet: A8, 4B and B4. RGB value is (168,75,180). Sum of RGB (Red+Green+Blue) = 168+75+180=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #A84BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BB4 is #57B44B. Grayscale: #727272. Windows color (decimal): -5747788 or 11815848. OLE color: 11815848.

HSL color Cylindrical-coordinate representation of color #A84BB4: hue angle of 293.14º 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 #A84BB4 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16875180-
CMYK0.070.5800.29
HSL293.14º41.18%50%-
HSV(B)293.14º58.33%70.59%-
XYZ26.916.6544.98-
YUV114.78164.81165.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=39.72%
G=17.73%
B=42.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168751800.070.5800.29293.1441.1850
HexA84BB473A01D1252932
Octal2501132647720354455162
Binary10101000100101110110100111111010011101100100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BB4; }

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

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

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

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

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

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

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

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