#B059AA

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

Shades of Violet Blue #B059AA

Tints of Violet Blue #B059AA

Color information

#B059AA (or 0xB059AA) is unknown color: approx Violet Blue. HEX triplet: B0, 59 and AA. RGB value is (176,89,170). Sum of RGB (Red+Green+Blue) = 176+89+170=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B059AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B059AA is #4FA655. Grayscale: #7C7C7C. Windows color (decimal): -5219926 or 11164080. OLE color: 11164080.

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

Color convert

RGB17689170-
CMYK00.490.030.31
HSL304.14º35.51%51.96%-
HSV(B)304.14º49.43%69.02%-
XYZ28.7319.2840.24-
YUV124.25153.82164.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 89 (35.16% from 255) = 20.46%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=40.46%
G=20.46%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768917000.490.030.31304.1435.5151.96
HexB059AA03131F1302434
Octal2601312520613374604464
Binary1011000010110011010101001100011111111100110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B059AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B059AA; }

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

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

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

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

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

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

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

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