#AE4978

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

Shades of Royal Heath #AE4978

Tints of Royal Heath #AE4978

Color information

#AE4978 (or 0xAE4978) is unknown color: approx Royal Heath. HEX triplet: AE, 49 and 78. RGB value is (174,73,120). Sum of RGB (Red+Green+Blue) = 174+73+120=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4978 is #51B687. Grayscale: #6C6C6C. Windows color (decimal): -5355144 or 7883182. OLE color: 7883182.

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

Color convert

RGB17473120-
CMYK00.580.310.32
HSL332.08º40.89%48.43%-
HSV(B)332.08º58.05%68.24%-
XYZ23.2315.1219.46-
YUV108.56134.46174.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=47.41%
G=19.89%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747312000.580.310.32332.0840.8948.43
HexAE497803A1F2014c2930
Octal25611117007237405145160
Binary1010111010010011111000011101011111100000101001100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4978; }

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

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

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

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

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

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

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

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