#ab59ac

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

Shades of Violet Blue #AB59AC

Tints of Violet Blue #AB59AC

Color information

#AB59AC (or 0xAB59AC) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and AC. RGB value is (171,89,172). Sum of RGB (Red+Green+Blue) = 171+89+172=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB59AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59AC is #54A653. Grayscale: #7A7A7A. Windows color (decimal): -5547604 or 11295147. OLE color: 11295147.

HSL color Cylindrical-coordinate representation of color #AB59AC: hue angle of 299.28º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB59AC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17189172-
CMYK0.010.4800.33
HSL299.28º33.33%51.18%-
HSV(B)299.28º48.26%67.45%-
XYZ27.8118.7841.19-
YUV122.98155.67162.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=39.58%
G=20.60%
B=39.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171891720.010.4800.33299.2833.3351.18
HexAB59AC13002112b2133
Octal2531312541600414534163
Binary1010101110110011010110011100000100001100101011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab59ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab59ac; }

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

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

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

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

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

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

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

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