#A167BA

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

Shades of Deep Lilac #A167BA

Tints of Deep Lilac #A167BA

Color information

#A167BA (or 0xA167BA) is unknown color: approx Deep Lilac. HEX triplet: A1, 67 and BA. RGB value is (161,103,186). Sum of RGB (Red+Green+Blue) = 161+103+186=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #A167BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167BA is #5E9845. Grayscale: #818181. Windows color (decimal): -6199366 or 12216225. OLE color: 12216225.

HSL color Cylindrical-coordinate representation of color #A167BA: hue angle of 281.93º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A167BA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161103186-
CMYK0.130.4500.27
HSL281.93º37.56%56.67%-
HSV(B)281.93º44.62%72.94%-
XYZ28.4120.8248.98-
YUV129.8159.72150.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=35.78%
G=22.89%
B=41.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611031860.130.4500.27281.9337.5656.67
HexA167BAD2D01B11a2639
Octal24114727215550334324671
Binary101000011100111101110101101101101011011100011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167BA; }

 p { color: rgb(161,103,186); }

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

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

 a { background-color: rgb(161,103,186); }

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

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

 span { border-color: rgb(161,103,186); }

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