#AA557E

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

Shades of Royal Heath #AA557E

Tints of Royal Heath #AA557E

Color information

#AA557E (or 0xAA557E) is unknown color: approx Royal Heath. HEX triplet: AA, 55 and 7E. RGB value is (170,85,126). Sum of RGB (Red+Green+Blue) = 170+85+126=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA557E is #55AA81. Grayscale: #737373. Windows color (decimal): -5614210 or 8279466. OLE color: 8279466.

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

Color convert

RGB17085126-
CMYK00.500.260.33
HSL331.06º33.33%50%-
HSV(B)331.06º50%66.67%-
XYZ23.5916.5521.69-
YUV115.09134.16167.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.62%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=44.62%
G=22.31%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708512600.500.260.33331.0633.3350
HexAA557E0321A2114b2132
Octal25212517606232415134162
Binary1010101010101011111110011001011010100001101001011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA557E; }

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

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

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

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

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

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

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

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