#A168BA

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

Shades of Deep Lilac #A168BA

Tints of Deep Lilac #A168BA

Color information

#A168BA (or 0xA168BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 68 and BA. RGB value is (161,104,186). Sum of RGB (Red+Green+Blue) = 161+104+186=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A168BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A168BA is #5E9745. Grayscale: #828282. Windows color (decimal): -6199110 or 12216481. OLE color: 12216481.

HSL color Cylindrical-coordinate representation of color #A168BA: hue angle of 281.71º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A168BA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161104186-
CMYK0.130.4400.27
HSL281.71º37.27%56.86%-
HSV(B)281.71º44.09%72.94%-
XYZ28.5121.0249.01-
YUV130.39159.38149.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 104 (41.02% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=35.70%
G=23.06%
B=41.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611041860.130.4400.27281.7137.2756.86
HexA168BAD2C01B11a2539
Octal24115027215540334324571
Binary101000011101000101110101101101100011011100011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168BA; }

 p { color: rgb(161,104,186); }

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

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

 a { background-color: rgb(161,104,186); }

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

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

 span { border-color: rgb(161,104,186); }

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