#A84BBA

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

Shades of Deep Lilac #A84BBA

Tints of Deep Lilac #A84BBA

Color information

#A84BBA (or 0xA84BBA) is unknown color: approx Deep Lilac. HEX triplet: A8, 4B and BA. RGB value is (168,75,186). Sum of RGB (Red+Green+Blue) = 168+75+186=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A84BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BBA is #57B445. Grayscale: #737373. Windows color (decimal): -5747782 or 12209064. OLE color: 12209064.

HSL color Cylindrical-coordinate representation of color #A84BBA: hue angle of 290.27º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84BBA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16875186-
CMYK0.100.6000.27
HSL290.27º44.58%51.18%-
HSV(B)290.27º59.68%72.94%-
XYZ27.5316.948.27-
YUV115.46167.81165.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=39.16%
G=17.48%
B=43.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168751860.100.6000.27290.2744.5851.18
HexA84BBAA3C01B1222d33
Octal25011327212740334425563
Binary101010001001011101110101010111100011011100100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BBA; }

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

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

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

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

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

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

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

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