#a16bb8

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

Shades of Deep Lilac #A16BB8

Tints of Deep Lilac #A16BB8

Color information

#A16BB8 (or 0xA16BB8) is unknown color: approx Deep Lilac. HEX triplet: A1, 6B and B8. RGB value is (161,107,184). Sum of RGB (Red+Green+Blue) = 161+107+184=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 184 - color contains mainly: blue. Hex color #A16BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BB8 is #5E9447. Grayscale: #838383. Windows color (decimal): -6198344 or 12086177. OLE color: 12086177.

HSL color Cylindrical-coordinate representation of color #A16BB8: hue angle of 282.08º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A16BB8 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161107184-
CMYK0.120.4200.28
HSL282.08º35.16%57.06%-
HSV(B)282.08º41.85%72.16%-
XYZ28.6121.5548-
YUV131.92157.39148.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=35.62%
G=23.67%
B=40.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611071840.120.4200.28282.0835.1657.06
HexA16BB8C2A01C11a2339
Octal24115327014520344324371
Binary101000011101011101110001100101010011100100011010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16bb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16bb8; }

 p { color: rgb(161,107,184); }

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

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

 a { background-color: rgb(161,107,184); }

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

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

 span { border-color: rgb(161,107,184); }

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