#AE58AB

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

Shades of Violet Blue #AE58AB

Tints of Violet Blue #AE58AB

Color information

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

HSL color Cylindrical-coordinate representation of color #AE58AB: hue angle of 302.09º 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 #AE58AB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17488171-
CMYK00.490.020.32
HSL302.09º34.68%51.37%-
HSV(B)302.09º49.43%68.24%-
XYZ28.318.9240.69-
YUV123.18154.99164.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748817100.490.020.32302.0934.6851.37
HexAE58AB03122012e2333
Octal2561302530612404564363
Binary10101110101100010101011011000110100000100101110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58AB; }

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

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

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

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

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

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

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

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