#AE587D

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

Shades of Royal Heath #AE587D

Tints of Royal Heath #AE587D

Color information

#AE587D (or 0xAE587D) is unknown color: approx Royal Heath. HEX triplet: AE, 58 and 7D. RGB value is (174,88,125). Sum of RGB (Red+Green+Blue) = 174+88+125=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE587D is #51A782. Grayscale: #757575. Windows color (decimal): -5351299 or 8214702. OLE color: 8214702.

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

Color convert

RGB17488125-
CMYK00.490.280.32
HSL334.19º34.68%51.37%-
HSV(B)334.19º49.43%68.24%-
XYZ24.6517.4621.47-
YUV117.93131.99167.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=44.96%
G=22.74%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748812500.490.280.32334.1934.6851.37
HexAE587D0311C2014e2333
Octal25613017506134405164363
Binary1010111010110001111101011000111100100000101001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE587D; }

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

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

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

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

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

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

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

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