#AE597C

Color #AE597C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AE597C

Tints of Royal Heath #AE597C

Color information

#AE597C (or 0xAE597C) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 7C. RGB value is (174,89,124). Sum of RGB (Red+Green+Blue) = 174+89+124=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE597C is #51A683. Grayscale: #767676. Windows color (decimal): -5351044 or 8149422. OLE color: 8149422.

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

Color convert

RGB17489124-
CMYK00.490.290.32
HSL335.29º34.41%51.57%-
HSV(B)335.29º48.85%68.24%-
XYZ24.6717.621.17-
YUV118.4131.16167.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=44.96%
G=23.00%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748912400.490.290.32335.2934.4151.57
HexAE597C0311D2014f2234
Octal25613117406135405174264
Binary1010111010110011111100011000111101100000101001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE597C; }

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

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

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

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

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

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

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

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