#AE57A5

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

Shades of Violet Blue #AE57A5

Tints of Violet Blue #AE57A5

Color information

#AE57A5 (or 0xAE57A5) is unknown color: approx Violet Blue. HEX triplet: AE, 57 and A5. RGB value is (174,87,165). Sum of RGB (Red+Green+Blue) = 174+87+165=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE57A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57A5 is #51A85A. Grayscale: #797979. Windows color (decimal): -5351515 or 10835886. OLE color: 10835886.

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

Color convert

RGB17487165-
CMYK00.50.050.32
HSL306.21º34.94%51.18%-
HSV(B)306.21º50%68.24%-
XYZ27.6618.5337.72-
YUV121.9152.32165.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 87 (34.38% from 255) = 20.42%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=40.85%
G=20.42%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748716500.50.050.32306.2134.9451.18
HexAE57A50325201322333
Octal2561272450625404624363
Binary101011101010111101001010110010101100000100110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57A5; }

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

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

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

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

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

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

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

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