#AE5A81

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

Shades of Royal Heath #AE5A81

Tints of Royal Heath #AE5A81

Color information

#AE5A81 (or 0xAE5A81) is unknown color: approx Royal Heath. HEX triplet: AE, 5A and 81. RGB value is (174,90,129). Sum of RGB (Red+Green+Blue) = 174+90+129=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A81 is #51A57E. Grayscale: #777777. Windows color (decimal): -5350783 or 8477358. OLE color: 8477358.

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

Color convert

RGB17490129-
CMYK00.480.260.32
HSL332.14º34.15%51.76%-
HSV(B)332.14º48.28%68.24%-
XYZ25.0717.922.9-
YUV119.56133.33166.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 90 (35.55% from 255) = 22.90%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=44.27%
G=22.90%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749012900.480.260.32332.1434.1551.76
HexAE5A810301A2014c2234
Octal25613220106032405144264
Binary10101110101101010000001011000011010100000101001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5A81; }

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

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

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

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

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

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

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

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