#A84FB6

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

Shades of Deep Lilac #A84FB6

Tints of Deep Lilac #A84FB6

Color information

#A84FB6 (or 0xA84FB6) is unknown color: approx Deep Lilac. HEX triplet: A8, 4F and B6. RGB value is (168,79,182). Sum of RGB (Red+Green+Blue) = 168+79+182=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: blue. Hex color #A84FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FB6 is #57B049. Grayscale: #757575. Windows color (decimal): -5746762 or 11947944. OLE color: 11947944.

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

Color convert

RGB16879182-
CMYK0.080.5700.29
HSL291.84º41.37%51.18%-
HSV(B)291.84º56.59%71.37%-
XYZ27.3917.2946.15-
YUV117.35164.49164.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 182 (71.48% from 255) = 42.42%
R=39.16%
G=18.41%
B=42.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168791820.080.5700.29291.8441.3751.18
HexA84FB683901D1242933
Octal25011726610710354445163
Binary101010001001111101101101000111001011101100100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FB6; }

 p { color: rgb(168,79,182); }

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

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

 a { background-color: rgb(168,79,182); }

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

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

 span { border-color: rgb(168,79,182); }

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