#AB59AE

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

Shades of Violet Blue #AB59AE

Tints of Violet Blue #AB59AE

Color information

#AB59AE (or 0xAB59AE) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and AE. RGB value is (171,89,174). Sum of RGB (Red+Green+Blue) = 171+89+174=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB59AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59AE is #54A651. Grayscale: #7A7A7A. Windows color (decimal): -5547602 or 11426219. OLE color: 11426219.

HSL color Cylindrical-coordinate representation of color #AB59AE: hue angle of 297.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB59AE is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17189174-
CMYK0.020.4900.32
HSL297.88º34.41%51.57%-
HSV(B)297.88º48.85%68.24%-
XYZ28.0118.8642.21-
YUV123.21156.67162.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=39.40%
G=20.51%
B=40.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171891740.020.4900.32297.8834.4151.57
HexAB59AE23102012a2234
Octal2531312562610404524264
Binary10101011101100110101110101100010100000100101010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB59AE; }

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

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

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

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

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

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

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

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