#AB59B0

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

Shades of Violet Blue #AB59B0

Tints of Violet Blue #AB59B0

Color information

#AB59B0 (or 0xAB59B0) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and B0. RGB value is (171,89,176). Sum of RGB (Red+Green+Blue) = 171+89+176=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB59B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59B0 is #54A64F. Grayscale: #7B7B7B. Windows color (decimal): -5547600 or 11557291. OLE color: 11557291.

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

Color convert

RGB17189176-
CMYK0.030.4900.31
HSL296.55º35.51%51.96%-
HSV(B)296.55º49.43%69.02%-
XYZ28.218.9443.24-
YUV123.44157.67161.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=39.22%
G=20.41%
B=40.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171891760.030.4900.31296.5535.5151.96
HexAB59B033101F1292434
Octal2531312603610374514464
Binary1010101110110011011000011110001011111100101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB59B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB59B0; }

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

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

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

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

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

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

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

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