#AE4E78

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

Shades of Royal Heath #AE4E78

Tints of Royal Heath #AE4E78

Color information

#AE4E78 (or 0xAE4E78) is unknown color: approx Royal Heath. HEX triplet: AE, 4E and 78. RGB value is (174,78,120). Sum of RGB (Red+Green+Blue) = 174+78+120=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4E78 is #51B187. Grayscale: #6F6F6F. Windows color (decimal): -5353864 or 7884462. OLE color: 7884462.

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

Color convert

RGB17478120-
CMYK00.550.310.32
HSL333.75º38.1%49.41%-
HSV(B)333.75º55.17%68.24%-
XYZ23.5715.819.58-
YUV111.49132.8172.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 78 (30.86% from 255) = 20.97%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=46.77%
G=20.97%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747812000.550.310.32333.7538.149.41
HexAE4E780371F2014e2631
Octal25611617006737405164661
Binary1010111010011101111000011011111111100000101001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E78; }

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

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

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

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

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

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

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

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