#A167B9

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

Shades of Deep Lilac #A167B9

Tints of Deep Lilac #A167B9

Color information

#A167B9 (or 0xA167B9) is unknown color: approx Deep Lilac. HEX triplet: A1, 67 and B9. RGB value is (161,103,185). Sum of RGB (Red+Green+Blue) = 161+103+185=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #A167B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167B9 is #5E9846. Grayscale: #818181. Windows color (decimal): -6199367 or 12150689. OLE color: 12150689.

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

Color convert

RGB161103185-
CMYK0.130.4400.27
HSL282.44º36.94%56.47%-
HSV(B)282.44º44.32%72.55%-
XYZ28.3120.7848.42-
YUV129.69159.22150.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=35.86%
G=22.94%
B=41.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611031850.130.4400.27282.4436.9456.47
HexA167B9D2C01B11a2538
Octal24114727115540334324570
Binary101000011100111101110011101101100011011100011010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167B9; }

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

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

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

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

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

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

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

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