#A84CB6

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

Shades of Deep Lilac #A84CB6

Tints of Deep Lilac #A84CB6

Color information

#A84CB6 (or 0xA84CB6) is unknown color: approx Deep Lilac. HEX triplet: A8, 4C and B6. RGB value is (168,76,182). Sum of RGB (Red+Green+Blue) = 168+76+182=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #A84CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CB6 is #57B349. Grayscale: #737373. Windows color (decimal): -5747530 or 11947176. OLE color: 11947176.

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

Color convert

RGB16876182-
CMYK0.080.5800.29
HSL292.08º42.06%50.59%-
HSV(B)292.08º58.24%71.37%-
XYZ27.1816.8746.08-
YUV115.59165.48165.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 182 (71.48% from 255) = 42.72%
R=39.44%
G=17.84%
B=42.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168761820.080.5800.29292.0842.0650.59
HexA84CB683A01D1242a33
Octal25011426610720354445263
Binary101010001001100101101101000111010011101100100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84CB6; }

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

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

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

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

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

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

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

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