#AE5A79

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

Shades of Royal Heath #AE5A79

Tints of Royal Heath #AE5A79

Color information

#AE5A79 (or 0xAE5A79) is unknown color: approx Royal Heath. HEX triplet: AE, 5A and 79. RGB value is (174,90,121). Sum of RGB (Red+Green+Blue) = 174+90+121=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5A79 is #51A586. Grayscale: #767676. Windows color (decimal): -5350791 or 7953070. OLE color: 7953070.

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

Color convert

RGB17490121-
CMYK00.480.300.32
HSL337.86º34.15%51.76%-
HSV(B)337.86º48.28%68.24%-
XYZ24.5617.6920.21-
YUV118.65129.33167.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=45.19%
G=23.38%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749012100.480.300.32337.8634.1551.76
HexAE5A790301E201522234
Octal25613217106036405224264
Binary1010111010110101111001011000011110100000101010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A79; }

 p { color: rgb(174,90,121); }

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

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

 a { background-color: rgb(174,90,121); }

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

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

 span { border-color: rgb(174,90,121); }

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