#AA577B

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

Shades of Royal Heath #AA577B

Tints of Royal Heath #AA577B

Color information

#AA577B (or 0xAA577B) is unknown color: approx Royal Heath. HEX triplet: AA, 57 and 7B. RGB value is (170,87,123). Sum of RGB (Red+Green+Blue) = 170+87+123=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577B is #55A884. Grayscale: #737373. Windows color (decimal): -5613701 or 8083370. OLE color: 8083370.

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

Color convert

RGB17087123-
CMYK00.490.280.33
HSL333.98º32.81%50.39%-
HSV(B)333.98º48.82%66.67%-
XYZ23.5616.7920.74-
YUV115.92132166.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=44.74%
G=22.89%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708712300.490.280.33333.9832.8150.39
HexAA577B0311C2114e2132
Octal25212717306134415164162
Binary1010101010101111111011011000111100100001101001110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA577B; }

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

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

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

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

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

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

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

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