#A161BC

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

Shades of Deep Lilac #A161BC

Tints of Deep Lilac #A161BC

Color information

#A161BC (or 0xA161BC) is unknown color: approx Deep Lilac. HEX triplet: A1, 61 and BC. RGB value is (161,97,188). Sum of RGB (Red+Green+Blue) = 161+97+188=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A161BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161BC is #5E9E43. Grayscale: #7E7E7E. Windows color (decimal): -6200900 or 12345761. OLE color: 12345761.

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

Color convert

RGB16197188-
CMYK0.140.4800.26
HSL282.2º40.44%55.88%-
HSV(B)282.2º48.4%73.73%-
XYZ28.0519.7649.91-
YUV126.51162.7152.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=36.10%
G=21.75%
B=42.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161971880.140.4800.26282.240.4455.88
HexA161BCE3001A11a2838
Octal24114127416600324325070
Binary101000011100001101111001110110000011010100011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A161BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A161BC; }

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

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

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

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

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

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

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

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