#A84FB5

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

Shades of Deep Lilac #A84FB5

Tints of Deep Lilac #A84FB5

Color information

#A84FB5 (or 0xA84FB5) is unknown color: approx Deep Lilac. HEX triplet: A8, 4F and B5. RGB value is (168,79,181). Sum of RGB (Red+Green+Blue) = 168+79+181=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 181 - color contains mainly: blue. Hex color #A84FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84FB5 is #57B04A. Grayscale: #747474. Windows color (decimal): -5746763 or 11882408. OLE color: 11882408.

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

Color convert

RGB16879181-
CMYK0.070.5600.29
HSL292.35º40.8%50.98%-
HSV(B)292.35º56.35%70.98%-
XYZ27.2817.2545.61-
YUV117.24163.99164.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 79 (31.25% from 255) = 18.46%
BLUE value IS 181 (71.09% from 255) = 42.29%
R=39.25%
G=18.46%
B=42.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168791810.070.5600.29292.3540.850.98
HexA84FB573801D1242933
Octal2501172657700354445163
Binary10101000100111110110101111111000011101100100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84FB5; }

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

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

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

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

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

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

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

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