#A84BB1

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

Shades of Deep Lilac #A84BB1

Tints of Deep Lilac #A84BB1

Color information

#A84BB1 (or 0xA84BB1) is unknown color: approx Deep Lilac. HEX triplet: A8, 4B and B1. RGB value is (168,75,177). Sum of RGB (Red+Green+Blue) = 168+75+177=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #A84BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84BB1 is #57B44E. Grayscale: #727272. Windows color (decimal): -5747791 or 11619240. OLE color: 11619240.

HSL color Cylindrical-coordinate representation of color #A84BB1: hue angle of 294.71º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84BB1 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16875177-
CMYK0.050.5800.31
HSL294.71º40.48%49.41%-
HSV(B)294.71º57.63%69.41%-
XYZ26.616.5343.38-
YUV114.44163.31166.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 17.86%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=40%
G=17.86%
B=42.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168751770.050.5800.31294.7140.4849.41
HexA84BB153A01F1272831
Octal2501132615720374475061
Binary10101000100101110110001101111010011111100100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BB1; }

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

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

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

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

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

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

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

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