#B161AC

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

Shades of Violet Blue #B161AC

Tints of Violet Blue #B161AC

Color information

#B161AC (or 0xB161AC) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and AC. RGB value is (177,97,172). Sum of RGB (Red+Green+Blue) = 177+97+172=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B161AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B161AC is #4E9E53. Grayscale: #818181. Windows color (decimal): -5152340 or 11297201. OLE color: 11297201.

HSL color Cylindrical-coordinate representation of color #B161AC: hue angle of 303.75º 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 #B161AC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17797172-
CMYK00.450.030.31
HSL303.75º33.9%53.73%-
HSV(B)303.75º45.2%69.41%-
XYZ29.8520.8841.49-
YUV129.47152161.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=39.69%
G=21.75%
B=38.57%

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
Decimal1779717200.450.030.31303.7533.953.73
HexB161AC02D31F1302236
Octal2611412540553374604266
Binary1011000111000011010110001011011111111100110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161AC; }

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

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

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

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

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

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

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

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