#A160BB

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

Shades of Deep Lilac #A160BB

Tints of Deep Lilac #A160BB

Color information

#A160BB (or 0xA160BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 60 and BB. RGB value is (161,96,187). Sum of RGB (Red+Green+Blue) = 161+96+187=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #A160BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160BB is #5E9F44. Grayscale: #7D7D7D. Windows color (decimal): -6201157 or 12279969. OLE color: 12279969.

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

Color convert

RGB16196187-
CMYK0.140.4900.27
HSL282.86º40.09%55.49%-
HSV(B)282.86º48.66%73.33%-
XYZ27.8519.5349.32-
YUV125.81162.53153.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=36.26%
G=21.62%
B=42.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161961870.140.4900.27282.8640.0955.49
HexA160BBE3101B11b2837
Octal24114027316610334335067
Binary101000011100000101110111110110001011011100011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160BB; }

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

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

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

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

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

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

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

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