#B160AD

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

Shades of Violet Blue #B160AD

Tints of Violet Blue #B160AD

Color information

#B160AD (or 0xB160AD) is unknown color: approx Violet Blue. HEX triplet: B1, 60 and AD. RGB value is (177,96,173). Sum of RGB (Red+Green+Blue) = 177+96+173=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B160AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B160AD is #4E9F52. Grayscale: #808080. Windows color (decimal): -5152595 or 11362481. OLE color: 11362481.

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

Color convert

RGB17796173-
CMYK00.460.020.31
HSL302.96º34.18%53.53%-
HSV(B)302.96º45.76%69.41%-
XYZ29.8620.7341.96-
YUV129152.84162.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=39.69%
G=21.52%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779617300.460.020.31302.9634.1853.53
HexB160AD02E21F12f2236
Octal2611402550562374574266
Binary1011000111000001010110101011101011111100101111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160AD; }

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

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

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

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

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

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

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

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