#AA577D

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

Shades of Royal Heath #AA577D

Tints of Royal Heath #AA577D

Color information

#AA577D (or 0xAA577D) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 7D. RGB value is (170,87,125). Sum of RGB (Red+Green+Blue) = 170+87+125=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577D is #55A882. Grayscale: #747474. Windows color (decimal): -5613699 or 8214442. OLE color: 8214442.

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

Color convert

RGB17087125-
CMYK00.490.260.33
HSL332.53º32.81%50.39%-
HSV(B)332.53º48.82%66.67%-
XYZ23.6916.8421.4-
YUV116.15133166.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=44.50%
G=22.77%
B=32.72%

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
Decimal1708712500.490.260.33332.5332.8150.39
HexAA577D0311A2114d2132
Octal25212717506132415154162
Binary1010101010101111111101011000111010100001101001101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA577D; }

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

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

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

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

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

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

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

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