#AE4A71

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

Shades of Royal Heath #AE4A71

Tints of Royal Heath #AE4A71

Color information

#AE4A71 (or 0xAE4A71) is unknown color: approx Royal Heath. HEX triplet: AE, 4A and 71. RGB value is (174,74,113). Sum of RGB (Red+Green+Blue) = 174+74+113=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A71 is #51B58E. Grayscale: #6C6C6C. Windows color (decimal): -5354895 or 7424686. OLE color: 7424686.

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

Color convert

RGB17474113-
CMYK00.570.350.32
HSL336.6º40.32%48.63%-
HSV(B)336.6º57.47%68.24%-
XYZ22.8815.0917.33-
YUV108.35130.63174.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=48.20%
G=20.50%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747411300.570.350.32336.640.3248.63
HexAE4A7103923201512831
Octal25611216107143405215061
Binary10101110100101011100010111001100011100000101010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A71; }

 p { color: rgb(174,74,113); }

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

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

 a { background-color: rgb(174,74,113); }

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

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

 span { border-color: rgb(174,74,113); }

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