#AE4A78

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

Shades of Royal Heath #AE4A78

Tints of Royal Heath #AE4A78

Color information

#AE4A78 (or 0xAE4A78) is unknown color: approx Royal Heath. HEX triplet: AE, 4A and 78. RGB value is (174,74,120). Sum of RGB (Red+Green+Blue) = 174+74+120=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A78 is #51B587. Grayscale: #6D6D6D. Windows color (decimal): -5354888 or 7883438. OLE color: 7883438.

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

Color convert

RGB17474120-
CMYK00.570.310.32
HSL332.4º40.32%48.63%-
HSV(B)332.4º57.47%68.24%-
XYZ23.2915.2519.49-
YUV109.14134.13174.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=47.28%
G=20.11%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747412000.570.310.32332.440.3248.63
HexAE4A780391F2014c2831
Octal25611217007137405145061
Binary1010111010010101111000011100111111100000101001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A78; }

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

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

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

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

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

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

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

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