#A167B3

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

Shades of Deep Lilac #A167B3

Tints of Deep Lilac #A167B3

Color information

#A167B3 (or 0xA167B3) is unknown color: approx Deep Lilac. HEX triplet: A1, 67 and B3. RGB value is (161,103,179). Sum of RGB (Red+Green+Blue) = 161+103+179=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #A167B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167B3 is #5E984C. Grayscale: #808080. Windows color (decimal): -6199373 or 11757473. OLE color: 11757473.

HSL color Cylindrical-coordinate representation of color #A167B3: hue angle of 285.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A167B3 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161103179-
CMYK0.100.4200.30
HSL285.79º33.33%55.29%-
HSV(B)285.79º42.46%70.2%-
XYZ27.6820.5345.15-
YUV129.01156.22150.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=36.34%
G=23.25%
B=40.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611031790.100.4200.30285.7933.3355.29
HexA167B3A2A01E11e2137
Octal24114726312520364364167
Binary101000011100111101100111010101010011110100011110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167B3; }

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

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

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

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

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

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

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

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