#AE487C

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

Shades of Royal Heath #AE487C

Tints of Royal Heath #AE487C

Color information

#AE487C (or 0xAE487C) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 7C. RGB value is (174,72,124). Sum of RGB (Red+Green+Blue) = 174+72+124=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE487C is #51B783. Grayscale: #6C6C6C. Windows color (decimal): -5355396 or 8145070. OLE color: 8145070.

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

Color convert

RGB17472124-
CMYK00.590.290.32
HSL329.41º41.46%48.24%-
HSV(B)329.41º58.62%68.24%-
XYZ23.4115.0920.75-
YUV108.43136.79174.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=47.03%
G=19.46%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747212400.590.290.32329.4141.4648.24
HexAE487C03B1D201492930
Octal25611017407335405115160
Binary1010111010010001111100011101111101100000101001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE487C; }

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

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

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

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

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

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

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

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