#B160AA

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

Shades of Violet Blue #B160AA

Tints of Violet Blue #B160AA

Color information

#B160AA (or 0xB160AA) is unknown color: approx Violet Blue. HEX triplet: B1, 60 and AA. RGB value is (177,96,170). Sum of RGB (Red+Green+Blue) = 177+96+170=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B160AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160AA is #4E9F55. Grayscale: #808080. Windows color (decimal): -5152598 or 11165873. OLE color: 11165873.

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

Color convert

RGB17796170-
CMYK00.460.040.31
HSL305.19º34.18%53.53%-
HSV(B)305.19º45.76%69.41%-
XYZ29.5720.6240.45-
YUV128.66151.34162.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=39.95%
G=21.67%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779617000.460.040.31305.1934.1853.53
HexB160AA02E41F1312236
Octal2611402520564374614266
Binary10110001110000010101010010111010011111100110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160AA; }

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

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

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

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

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

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

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

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