#B072AB

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

Shades of Violet Blue #B072AB

Tints of Violet Blue #B072AB

Color information

#B072AB (or 0xB072AB) is unknown color: approx Violet Blue. HEX triplet: B0, 72 and AB. RGB value is (176,114,171). Sum of RGB (Red+Green+Blue) = 176+114+171=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B072AB is #4F8D54. Grayscale: #8A8A8A. Windows color (decimal): -5213525 or 11236016. OLE color: 11236016.

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

Color convert

RGB176114171-
CMYK00.350.030.31
HSL304.84º28.18%56.86%-
HSV(B)304.84º35.23%69.02%-
XYZ31.2724.2141.55-
YUV139.04146.04154.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=38.18%
G=24.73%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611417100.350.030.31304.8428.1856.86
HexB072AB02331F1311c39
Octal2601622530433374613471
Binary101100001110010101010110100011111111110011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B072AB; }

 p { color: rgb(176,114,171); }

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

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

 a { background-color: rgb(176,114,171); }

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

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

 span { border-color: rgb(176,114,171); }

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