#A164BF

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

Shades of Deep Lilac #A164BF

Tints of Deep Lilac #A164BF

Color information

#A164BF (or 0xA164BF) is unknown color: approx Deep Lilac. HEX triplet: A1, 64 and BF. RGB value is (161,100,191). Sum of RGB (Red+Green+Blue) = 161+100+191=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A164BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A164BF is #5E9B40. Grayscale: #808080. Windows color (decimal): -6200129 or 12543137. OLE color: 12543137.

HSL color Cylindrical-coordinate representation of color #A164BF: hue angle of 280.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A164BF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161100191-
CMYK0.160.4800.25
HSL280.22º41.55%57.06%-
HSV(B)280.22º47.64%74.9%-
XYZ28.6620.4551.73-
YUV128.61163.21151.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 191 (75% from 255) = 42.26%
R=35.62%
G=22.12%
B=42.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611001910.160.4800.25280.2241.5557.06
HexA164BF10300191182a39
Octal24114427720600314305271
Binary1010000111001001011111110000110000011001100011000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164BF; }

 p { color: rgb(161,100,191); }

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

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

 a { background-color: rgb(161,100,191); }

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

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

 span { border-color: rgb(161,100,191); }

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