#AE57AD

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

Shades of Violet Blue #AE57AD

Tints of Violet Blue #AE57AD

Color information

#AE57AD (or 0xAE57AD) is unknown color: approx Violet Blue. HEX triplet: AE, 57 and AD. RGB value is (174,87,173). Sum of RGB (Red+Green+Blue) = 174+87+173=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE57AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE57AD is #51A852. Grayscale: #7A7A7A. Windows color (decimal): -5351507 or 11360174. OLE color: 11360174.

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

Color convert

RGB17487173-
CMYK00.50.010.32
HSL300.69º34.94%51.18%-
HSV(B)300.69º50%68.24%-
XYZ28.4118.8341.67-
YUV122.82156.32164.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.09%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=40.09%
G=20.05%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748717300.50.010.32300.6934.9451.18
HexAE57AD03212012d2333
Octal2561272550621404554363
Binary1010111010101111010110101100101100000100101101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57AD; }

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

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

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

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

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

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

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

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