#AB58AE

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

Shades of Violet Blue #AB58AE

Tints of Violet Blue #AB58AE

Color information

#AB58AE (or 0xAB58AE) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and AE. RGB value is (171,88,174). Sum of RGB (Red+Green+Blue) = 171+88+174=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB58AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AE is #54A751. Grayscale: #7A7A7A. Windows color (decimal): -5547858 or 11425963. OLE color: 11425963.

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

Color convert

RGB17188174-
CMYK0.020.4900.32
HSL297.91º34.68%51.37%-
HSV(B)297.91º49.43%68.24%-
XYZ27.9218.6942.18-
YUV122.62157162.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=39.49%
G=20.32%
B=40.18%

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
Decimal171881740.020.4900.32297.9134.6851.37
HexAB58AE23102012a2333
Octal2531302562610404524363
Binary10101011101100010101110101100010100000100101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB58AE; }

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

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

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

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

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

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

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

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