#AE597A

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

Shades of Royal Heath #AE597A

Tints of Royal Heath #AE597A

Color information

#AE597A (or 0xAE597A) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 7A. RGB value is (174,89,122). Sum of RGB (Red+Green+Blue) = 174+89+122=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE597A is #51A685. Grayscale: #767676. Windows color (decimal): -5351046 or 8018350. OLE color: 8018350.

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

Color convert

RGB17489122-
CMYK00.490.300.32
HSL336.71º34.41%51.57%-
HSV(B)336.71º48.85%68.24%-
XYZ24.5417.5520.51-
YUV118.18130.16167.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=45.19%
G=23.12%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748912200.490.300.32336.7134.4151.57
HexAE597A0311E201512234
Octal25613117206136405214264
Binary1010111010110011111010011000111110100000101010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE597A; }

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

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

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

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

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

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

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

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