#B161A9

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

Shades of Violet Blue #B161A9

Tints of Violet Blue #B161A9

Color information

#B161A9 (or 0xB161A9) is unknown color: approx Violet Blue. HEX triplet: B1, 61 and A9. RGB value is (177,97,169). Sum of RGB (Red+Green+Blue) = 177+97+169=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B161A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B161A9 is #4E9E56. Grayscale: #808080. Windows color (decimal): -5152343 or 11100593. OLE color: 11100593.

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

Color convert

RGB17797169-
CMYK00.450.050.31
HSL306º33.9%53.73%-
HSV(B)306º45.2%69.41%-
XYZ29.5720.7639.99-
YUV129.13150.5162.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 97 (38.28% from 255) = 21.90%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=39.95%
G=21.90%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779716900.450.050.3130633.953.73
HexB161A902D51F1322236
Octal2611412510555374624266
Binary10110001110000110101001010110110111111100110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B161A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B161A9; }

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

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

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

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

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

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

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

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