#A16ABC

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

Shades of Deep Lilac #A16ABC

Tints of Deep Lilac #A16ABC

Color information

#A16ABC (or 0xA16ABC) is unknown color: approx Deep Lilac. HEX triplet: A1, 6A and BC. RGB value is (161,106,188). Sum of RGB (Red+Green+Blue) = 161+106+188=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #A16ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ABC is #5E9543. Grayscale: #838383. Windows color (decimal): -6198596 or 12348065. OLE color: 12348065.

HSL color Cylindrical-coordinate representation of color #A16ABC: hue angle of 280.24º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A16ABC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161106188-
CMYK0.140.4400.26
HSL280.24º37.96%57.65%-
HSV(B)280.24º43.62%73.73%-
XYZ28.9321.5250.21-
YUV131.79159.72148.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=35.38%
G=23.30%
B=41.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611061880.140.4400.26280.2437.9657.65
HexA16ABCE2C01A118263a
Octal24115227416540324304672
Binary101000011101010101111001110101100011010100011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ABC; }

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

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

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

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

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

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

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

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