#AE547D

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

Shades of Royal Heath #AE547D

Tints of Royal Heath #AE547D

Color information

#AE547D (or 0xAE547D) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 7D. RGB value is (174,84,125). Sum of RGB (Red+Green+Blue) = 174+84+125=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547D is #51AB82. Grayscale: #737373. Windows color (decimal): -5352323 or 8213678. OLE color: 8213678.

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

Color convert

RGB17484125-
CMYK00.520.280.32
HSL332.67º35.71%50.59%-
HSV(B)332.67º51.72%68.24%-
XYZ24.3316.8221.37-
YUV115.58133.32169.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=45.43%
G=21.93%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748412500.520.280.32332.6735.7150.59
HexAE547D0341C2014d2433
Octal25612417506434405154463
Binary1010111010101001111101011010011100100000101001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE547D; }

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

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

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

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

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

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

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

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