#AB57AE

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

Shades of Violet Blue #AB57AE

Tints of Violet Blue #AB57AE

Color information

#AB57AE (or 0xAB57AE) is unknown color: approx Violet Blue. HEX triplet: AB, 57 and AE. RGB value is (171,87,174). Sum of RGB (Red+Green+Blue) = 171+87+174=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB57AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57AE is #54A851. Grayscale: #797979. Windows color (decimal): -5548114 or 11425707. OLE color: 11425707.

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

Color convert

RGB17187174-
CMYK0.020.500.32
HSL297.93º34.94%51.18%-
HSV(B)297.93º50%68.24%-
XYZ27.8418.5342.15-
YUV122.03157.33162.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 87 (34.38% from 255) = 20.14%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=39.58%
G=20.14%
B=40.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171871740.020.500.32297.9334.9451.18
HexAB57AE23202012a2333
Octal2531272562620404524363
Binary10101011101011110101110101100100100000100101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57AE; }

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

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

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

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

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

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

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

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