#A167B7

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

Shades of Deep Lilac #A167B7

Tints of Deep Lilac #A167B7

Color information

#A167B7 (or 0xA167B7) is unknown color: approx Deep Lilac. HEX triplet: A1, 67 and B7. RGB value is (161,103,183). Sum of RGB (Red+Green+Blue) = 161+103+183=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 183 - color contains mainly: blue. Hex color #A167B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167B7 is #5E9848. Grayscale: #818181. Windows color (decimal): -6199369 or 12019617. OLE color: 12019617.

HSL color Cylindrical-coordinate representation of color #A167B7: hue angle of 283.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A167B7 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161103183-
CMYK0.120.4400.28
HSL283.5º35.71%56.08%-
HSV(B)283.5º43.72%71.76%-
XYZ28.120.747.31-
YUV129.46158.22150.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 183 (71.88% from 255) = 40.94%
R=36.02%
G=23.04%
B=40.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611031830.120.4400.28283.535.7156.08
HexA167B7C2C01C11c2438
Octal24114726714540344344470
Binary101000011100111101101111100101100011100100011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167B7; }

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

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

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

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

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

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

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

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