#AA587F

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

Shades of Royal Heath #AA587F

Tints of Royal Heath #AA587F

Color information

#AA587F (or 0xAA587F) is unknown color: approx Royal Heath. HEX triplet: AA, 58 and 7F. RGB value is (170,88,127). Sum of RGB (Red+Green+Blue) = 170+88+127=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587F is #55A780. Grayscale: #747474. Windows color (decimal): -5613441 or 8345770. OLE color: 8345770.

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

Color convert

RGB17088127-
CMYK00.480.250.33
HSL331.46º32.54%50.59%-
HSV(B)331.46º48.24%66.67%-
XYZ23.917.0622.11-
YUV116.96133.67165.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 127 (50% from 255) = 32.99%
R=44.16%
G=22.86%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708812700.480.250.33331.4632.5450.59
HexAA587F030192114b2133
Octal25213017706031415134163
Binary1010101010110001111111011000011001100001101001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA587F; }

 p { color: rgb(170,88,127); }

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

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

 a { background-color: rgb(170,88,127); }

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

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

 span { border-color: rgb(170,88,127); }

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