#B161AB

Color #B161AB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B161AB

Tints of Violet Blue #B161AB

Color information

#B161AB (or 0xB161AB) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and AB. RGB value is (177,97,171). Sum of RGB (Red+Green+Blue) = 177+97+171=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B161AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B161AB is #4E9E54. Grayscale: #818181. Windows color (decimal): -5152341 or 11231665. OLE color: 11231665.

HSL color Cylindrical-coordinate representation of color #B161AB: hue angle of 304.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B161AB is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17797171-
CMYK00.450.030.31
HSL304.5º33.9%53.73%-
HSV(B)304.5º45.2%69.41%-
XYZ29.7620.8440.98-
YUV129.36151.5161.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=39.78%
G=21.80%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779717100.450.030.31304.533.953.73
HexB161AB02D31F1302236
Octal2611412530553374604266
Binary1011000111000011010101101011011111111100110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161AB; }

 p { color: rgb(177,97,171); }

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

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

 a { background-color: rgb(177,97,171); }

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

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

 span { border-color: rgb(177,97,171); }

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