#AA597E

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

Shades of Royal Heath #AA597E

Tints of Royal Heath #AA597E

Color information

#AA597E (or 0xAA597E) is unknown color: approx Royal Heath. HEX triplet: AA, 59 and 7E. RGB value is (170,89,126). Sum of RGB (Red+Green+Blue) = 170+89+126=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597E is #55A681. Grayscale: #757575. Windows color (decimal): -5613186 or 8280490. OLE color: 8280490.

HSL color Cylindrical-coordinate representation of color #AA597E: hue angle of 332.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA597E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17089126-
CMYK00.480.260.33
HSL332.59º32.27%50.78%-
HSV(B)332.59º47.65%66.67%-
XYZ23.9217.221.8-
YUV117.44132.84165.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=44.16%
G=23.12%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708912600.480.260.33332.5932.2750.78
HexAA597E0301A2114d2033
Octal25213117606032415154063
Binary1010101010110011111110011000011010100001101001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA597E; }

 p { color: rgb(170,89,126); }

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

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

 a { background-color: rgb(170,89,126); }

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

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

 span { border-color: rgb(170,89,126); }

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