#AB59AA

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

Shades of Violet Blue #AB59AA

Tints of Violet Blue #AB59AA

Color information

#AB59AA (or 0xAB59AA) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and AA. RGB value is (171,89,170). Sum of RGB (Red+Green+Blue) = 171+89+170=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB59AA is #54A655. Grayscale: #7A7A7A. Windows color (decimal): -5547606 or 11164075. OLE color: 11164075.

HSL color Cylindrical-coordinate representation of color #AB59AA: hue angle of 300.73º 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 #AB59AA is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17189170-
CMYK00.480.010.33
HSL300.73º32.8%50.98%-
HSV(B)300.73º47.95%67.06%-
XYZ27.6218.740.18-
YUV122.75154.67162.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=39.77%
G=20.70%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718917000.480.010.33300.7332.850.98
HexAB59AA03012112d2133
Octal2531312520601414554163
Binary1010101110110011010101001100001100001100101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB59AA; }

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

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

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

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

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

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

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

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