#AA587C

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

Shades of Royal Heath #AA587C

Tints of Royal Heath #AA587C

Color information

#AA587C (or 0xAA587C) is unknown color: approx Royal Heath. HEX triplet: AA, 58 and 7C. RGB value is (170,88,124). Sum of RGB (Red+Green+Blue) = 170+88+124=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587C is #55A783. Grayscale: #747474. Windows color (decimal): -5613444 or 8149162. OLE color: 8149162.

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

Color convert

RGB17088124-
CMYK00.480.270.33
HSL333.66º32.54%50.59%-
HSV(B)333.66º48.24%66.67%-
XYZ23.7116.9821.1-
YUV116.62132.17166.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=44.50%
G=23.04%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708812400.480.270.33333.6632.5450.59
HexAA587C0301B2114e2133
Octal25213017406033415164163
Binary1010101010110001111100011000011011100001101001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA587C; }

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

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

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

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

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

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

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

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