#AA597B

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

Shades of Royal Heath #AA597B

Tints of Royal Heath #AA597B

Color information

#AA597B (or 0xAA597B) is unknown color: approx Royal Heath. HEX triplet: AA, 59 and 7B. RGB value is (170,89,123). Sum of RGB (Red+Green+Blue) = 170+89+123=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597B is #55A684. Grayscale: #757575. Windows color (decimal): -5613189 or 8083882. OLE color: 8083882.

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

Color convert

RGB17089123-
CMYK00.480.280.33
HSL334.81º32.27%50.78%-
HSV(B)334.81º47.65%66.67%-
XYZ23.7317.1220.79-
YUV117.1131.34165.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=44.50%
G=23.30%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708912300.480.280.33334.8132.2750.78
HexAA597B0301C2114f2033
Octal25213117306034415174063
Binary1010101010110011111011011000011100100001101001111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA597B; }

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

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

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

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

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

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

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

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