#AA587E

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

Shades of Royal Heath #AA587E

Tints of Royal Heath #AA587E

Color information

#AA587E (or 0xAA587E) is unknown color: approx Royal Heath. HEX triplet: AA, 58 and 7E. RGB value is (170,88,126). Sum of RGB (Red+Green+Blue) = 170+88+126=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587E is #55A781. Grayscale: #747474. Windows color (decimal): -5613442 or 8280234. OLE color: 8280234.

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

Color convert

RGB17088126-
CMYK00.480.260.33
HSL332.2º32.54%50.59%-
HSV(B)332.2º48.24%66.67%-
XYZ23.8317.0321.77-
YUV116.85133.17165.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.27%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=44.27%
G=22.92%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708812600.480.260.33332.232.5450.59
HexAA587E0301A2114c2133
Octal25213017606032415144163
Binary1010101010110001111110011000011010100001101001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA587E; }

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

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

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

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

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

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

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

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