#AE57AA

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

Shades of Violet Blue #AE57AA

Tints of Violet Blue #AE57AA

Color information

#AE57AA (or 0xAE57AA) is unknown color: approx Violet Blue. HEX triplet: AE, 57 and AA. RGB value is (174,87,170). Sum of RGB (Red+Green+Blue) = 174+87+170=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE57AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57AA is #51A855. Grayscale: #7A7A7A. Windows color (decimal): -5351510 or 11163566. OLE color: 11163566.

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

Color convert

RGB17487170-
CMYK00.50.020.32
HSL302.76º34.94%51.18%-
HSV(B)302.76º50%68.24%-
XYZ28.1218.7240.16-
YUV122.48154.82164.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=40.37%
G=20.19%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748717000.50.020.32302.7634.9451.18
HexAE57AA03222012f2333
Octal2561272520622404574363
Binary10101110101011110101010011001010100000100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57AA; }

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

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

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

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

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

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

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

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