#AE587C

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

Shades of Royal Heath #AE587C

Tints of Royal Heath #AE587C

Color information

#AE587C (or 0xAE587C) is unknown color: approx Royal Heath. HEX triplet: AE, 58 and 7C. RGB value is (174,88,124). Sum of RGB (Red+Green+Blue) = 174+88+124=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE587C is #51A783. Grayscale: #757575. Windows color (decimal): -5351300 or 8149166. OLE color: 8149166.

HSL color Cylindrical-coordinate representation of color #AE587C: hue angle of 334.88º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE587C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17488124-
CMYK00.490.290.32
HSL334.88º34.68%51.37%-
HSV(B)334.88º49.43%68.24%-
XYZ24.5817.4321.14-
YUV117.82131.49168.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 88 (34.77% from 255) = 22.80%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=45.08%
G=22.80%
B=32.12%

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
Decimal1748812400.490.290.32334.8834.6851.37
HexAE587C0311D2014f2333
Octal25613017406135405174363
Binary1010111010110001111100011000111101100000101001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE587C; }

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

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

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

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

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

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

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

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