#ae547a

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

Shades of Royal Heath #AE547A

Tints of Royal Heath #AE547A

Color information

#AE547A (or 0xAE547A) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 7A. RGB value is (174,84,122). Sum of RGB (Red+Green+Blue) = 174+84+122=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547A is #51AB85. Grayscale: #737373. Windows color (decimal): -5352326 or 8017070. OLE color: 8017070.

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

Color convert

RGB17484122-
CMYK00.520.300.32
HSL334.67º35.71%50.59%-
HSV(B)334.67º51.72%68.24%-
XYZ24.1416.7420.37-
YUV115.24131.82169.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=45.79%
G=22.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748412200.520.300.32334.6735.7150.59
HexAE547A0341E2014f2433
Octal25612417206436405174463
Binary1010111010101001111010011010011110100000101001111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae547a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae547a; }

 p { color: rgb(174,84,122); }

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

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

 a { background-color: rgb(174,84,122); }

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

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

 span { border-color: rgb(174,84,122); }

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