#B052AB

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

Shades of Violet Blue #B052AB

Tints of Violet Blue #B052AB

Color information

#B052AB (or 0xB052AB) is unknown color: approx Violet Blue. HEX triplet: B0, 52 and AB. RGB value is (176,82,171). Sum of RGB (Red+Green+Blue) = 176+82+171=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B052AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B052AB is #4FAD54. Grayscale: #777777. Windows color (decimal): -5221717 or 11227824. OLE color: 11227824.

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

Color convert

RGB17682171-
CMYK00.530.030.31
HSL303.19º37.3%50.59%-
HSV(B)303.19º53.41%69.02%-
XYZ28.2718.240.55-
YUV120.25156.64167.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=41.03%
G=19.11%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768217100.530.030.31303.1937.350.59
HexB052AB03531F12f2533
Octal2601222530653374574563
Binary1011000010100101010101101101011111111100101111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B052AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B052AB; }

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

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

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

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

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

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

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

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