#AE59AD

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

Shades of Violet Blue #AE59AD

Tints of Violet Blue #AE59AD

Color information

#AE59AD (or 0xAE59AD) is unknown color: approx Violet Blue. HEX triplet: AE, 59 and AD. RGB value is (174,89,173). Sum of RGB (Red+Green+Blue) = 174+89+173=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE59AD is #51A652. Grayscale: #7B7B7B. Windows color (decimal): -5350995 or 11360686. OLE color: 11360686.

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

Color convert

RGB17489173-
CMYK00.490.010.32
HSL300.71º34.41%51.57%-
HSV(B)300.71º48.85%68.24%-
XYZ28.5719.1641.73-
YUV123.99155.66163.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 89 (35.16% from 255) = 20.41%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=39.91%
G=20.41%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748917300.490.010.32300.7134.4151.57
HexAE59AD03112012d2234
Octal2561312550611404554264
Binary1010111010110011010110101100011100000100101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59AD; }

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

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

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

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

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

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

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

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