#AA577E

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

Shades of Royal Heath #AA577E

Tints of Royal Heath #AA577E

Color information

#AA577E (or 0xAA577E) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 7E. RGB value is (170,87,126). Sum of RGB (Red+Green+Blue) = 170+87+126=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577E is #55A881. Grayscale: #747474. Windows color (decimal): -5613698 or 8279978. OLE color: 8279978.

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

Color convert

RGB17087126-
CMYK00.490.260.33
HSL331.81º32.81%50.39%-
HSV(B)331.81º48.82%66.67%-
XYZ23.7516.8721.74-
YUV116.26133.5166.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=44.39%
G=22.72%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708712600.490.260.33331.8132.8150.39
HexAA577E0311A2114c2132
Octal25212717606132415144162
Binary1010101010101111111110011000111010100001101001100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA577E; }

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

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

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

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

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

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

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

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