#AE4878

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

Shades of Royal Heath #AE4878

Tints of Royal Heath #AE4878

Color information

#AE4878 (or 0xAE4878) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 78. RGB value is (174,72,120). Sum of RGB (Red+Green+Blue) = 174+72+120=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4878 is #51B787. Grayscale: #6B6B6B. Windows color (decimal): -5355400 or 7882926. OLE color: 7882926.

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

Color convert

RGB17472120-
CMYK00.590.310.32
HSL331.76º41.46%48.24%-
HSV(B)331.76º58.62%68.24%-
XYZ23.1614.9919.44-
YUV107.97134.79175.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 72 (28.52% from 255) = 19.67%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=47.54%
G=19.67%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747212000.590.310.32331.7641.4648.24
HexAE487803B1F2014c2930
Octal25611017007337405145160
Binary1010111010010001111000011101111111100000101001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4878; }

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

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

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

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

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

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

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

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