#AA577C

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

Shades of Royal Heath #AA577C

Tints of Royal Heath #AA577C

Color information

#AA577C (or 0xAA577C) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 7C. RGB value is (170,87,124). Sum of RGB (Red+Green+Blue) = 170+87+124=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577C is #55A883. Grayscale: #737373. Windows color (decimal): -5613700 or 8148906. OLE color: 8148906.

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

Color convert

RGB17087124-
CMYK00.490.270.33
HSL333.25º32.81%50.39%-
HSV(B)333.25º48.82%66.67%-
XYZ23.6216.8221.07-
YUV116.04132.5166.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=44.62%
G=22.83%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708712400.490.270.33333.2532.8150.39
HexAA577C0311B2114d2132
Octal25212717406133415154162
Binary1010101010101111111100011000111011100001101001101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA577C; }

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

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

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

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

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

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

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

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