#B160AB

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

Shades of Violet Blue #B160AB

Tints of Violet Blue #B160AB

Color information

#B160AB (or 0xB160AB) is unknown color: approx Violet Blue. HEX triplet: B1, 60 and AB. RGB value is (177,96,171). Sum of RGB (Red+Green+Blue) = 177+96+171=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B160AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160AB is #4E9F54. Grayscale: #808080. Windows color (decimal): -5152597 or 11231409. OLE color: 11231409.

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

Color convert

RGB17796171-
CMYK00.460.030.31
HSL304.44º34.18%53.53%-
HSV(B)304.44º45.76%69.41%-
XYZ29.6720.6540.95-
YUV128.77151.84162.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=39.86%
G=21.62%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779617100.460.030.31304.4434.1853.53
HexB160AB02E31F1302236
Octal2611402530563374604266
Binary1011000111000001010101101011101111111100110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160AB; }

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

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

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

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

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

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

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

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