#A84BC6

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

Shades of Deep Lilac #A84BC6

Tints of Deep Lilac #A84BC6

Color information

#A84BC6 (or 0xA84BC6) is unknown color: approx Deep Lilac. HEX triplet: A8, 4B and C6. RGB value is (168,75,198). Sum of RGB (Red+Green+Blue) = 168+75+198=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #A84BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BC6 is #57B439. Grayscale: #747474. Windows color (decimal): -5747770 or 12995496. OLE color: 12995496.

HSL color Cylindrical-coordinate representation of color #A84BC6: hue angle of 285.37º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84BC6 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16875198-
CMYK0.150.6200.22
HSL285.37º51.9%53.53%-
HSV(B)285.37º62.12%77.65%-
XYZ28.8617.4355.27-
YUV116.83173.81164.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=38.10%
G=17.01%
B=44.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal168751980.150.6200.22285.3751.953.53
HexA84BC6F3E01611d3436
Octal25011330617760264356466
Binary101010001001011110001101111111110010110100011101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BC6; }

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

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

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

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

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

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

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

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