#AE5980

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

Shades of Royal Heath #AE5980

Tints of Royal Heath #AE5980

Color information

#AE5980 (or 0xAE5980) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 80. RGB value is (174,89,128). Sum of RGB (Red+Green+Blue) = 174+89+128=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5980 is #51A67F. Grayscale: #767676. Windows color (decimal): -5351040 or 8411566. OLE color: 8411566.

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

Color convert

RGB17489128-
CMYK00.490.260.32
HSL332.47º34.41%51.57%-
HSV(B)332.47º48.85%68.24%-
XYZ24.9217.722.53-
YUV118.86133.16167.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=44.50%
G=22.76%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748912800.490.260.32332.4734.4151.57
HexAE59800311A2014c2234
Octal25613120006132405144264
Binary10101110101100110000000011000111010100000101001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5980; }

 p { color: rgb(174,89,128); }

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

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

 a { background-color: rgb(174,89,128); }

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

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

 span { border-color: rgb(174,89,128); }

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