#A167BE

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

Shades of Deep Lilac #A167BE

Tints of Deep Lilac #A167BE

Color information

#A167BE (or 0xA167BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 67 and BE. RGB value is (161,103,190). Sum of RGB (Red+Green+Blue) = 161+103+190=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #A167BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167BE is #5E9841. Grayscale: #818181. Windows color (decimal): -6199362 or 12478369. OLE color: 12478369.

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

Color convert

RGB161103190-
CMYK0.150.4600.25
HSL280º40.09%57.45%-
HSV(B)280º45.79%74.51%-
XYZ28.842151.25-
YUV130.26161.72149.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=35.46%
G=22.69%
B=41.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611031900.150.4600.2528040.0957.45
HexA167BEF2E0191182839
Octal24114727617560314305071
Binary101000011100111101111101111101110011001100011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A167BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A167BE; }

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

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

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

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

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

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

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

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