#AE59AA

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

Shades of Violet Blue #AE59AA

Tints of Violet Blue #AE59AA

Color information

#AE59AA (or 0xAE59AA) is unknown color: approx Violet Blue. HEX triplet: AE, 59 and AA. RGB value is (174,89,170). Sum of RGB (Red+Green+Blue) = 174+89+170=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE59AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE59AA is #51A655. Grayscale: #7B7B7B. Windows color (decimal): -5350998 or 11164078. OLE color: 11164078.

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

Color convert

RGB17489170-
CMYK00.490.020.32
HSL302.82º34.41%51.57%-
HSV(B)302.82º48.85%68.24%-
XYZ28.2819.0540.22-
YUV123.65154.16163.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=40.18%
G=20.55%
B=39.26%

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
Decimal1748917000.490.020.32302.8234.4151.57
HexAE59AA03122012f2234
Octal2561312520612404574264
Binary10101110101100110101010011000110100000100101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59AA; }

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

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

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

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

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

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

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

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