#A16ABB

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

Shades of Deep Lilac #A16ABB

Tints of Deep Lilac #A16ABB

Color information

#A16ABB (or 0xA16ABB) is unknown color: approx Deep Lilac. HEX triplet: A1, 6A and BB. RGB value is (161,106,187). Sum of RGB (Red+Green+Blue) = 161+106+187=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #A16ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABB is #5E9544. Grayscale: #838383. Windows color (decimal): -6198597 or 12282529. OLE color: 12282529.

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

Color convert

RGB161106187-
CMYK0.140.4300.27
HSL280.74º37.33%57.45%-
HSV(B)280.74º43.32%73.33%-
XYZ28.8221.4749.64-
YUV131.68159.22148.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=35.46%
G=23.35%
B=41.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611061870.140.4300.27280.7437.3357.45
HexA16ABBE2B01B1192539
Octal24115227316530334314571
Binary101000011101010101110111110101011011011100011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ABB; }

 p { color: rgb(161,106,187); }

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

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

 a { background-color: rgb(161,106,187); }

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

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

 span { border-color: rgb(161,106,187); }

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