#B159AA

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

Shades of Violet Blue #B159AA

Tints of Violet Blue #B159AA

Color information

#B159AA (or 0xB159AA) is unknown color: approx Violet Blue. HEX triplet: B1, 59 and AA. RGB value is (177,89,170). Sum of RGB (Red+Green+Blue) = 177+89+170=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B159AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B159AA is #4EA655. Grayscale: #7C7C7C. Windows color (decimal): -5154390 or 11164081. OLE color: 11164081.

HSL color Cylindrical-coordinate representation of color #B159AA: hue angle of 304.77º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B159AA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17789170-
CMYK00.500.040.31
HSL304.77º36.07%52.16%-
HSV(B)304.77º49.72%69.41%-
XYZ28.9619.3940.25-
YUV124.55153.65165.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=40.60%
G=20.41%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778917000.500.040.31304.7736.0752.16
HexB159AA03241F1312434
Octal2611312520624374614464
Binary10110001101100110101010011001010011111100110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B159AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B159AA; }

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

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

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

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

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

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

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

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