#AA587D

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

Shades of Royal Heath #AA587D

Tints of Royal Heath #AA587D

Color information

#AA587D (or 0xAA587D) is unknown color: approx Royal Heath. HEX triplet: AA, 58 and 7D. RGB value is (170,88,125). Sum of RGB (Red+Green+Blue) = 170+88+125=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA587D is #55A782. Grayscale: #747474. Windows color (decimal): -5613443 or 8214698. OLE color: 8214698.

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

Color convert

RGB17088125-
CMYK00.480.260.33
HSL332.93º32.54%50.59%-
HSV(B)332.93º48.24%66.67%-
XYZ23.7717.0121.43-
YUV116.74132.67165.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=44.39%
G=22.98%
B=32.64%

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
Decimal1708812500.480.260.33332.9332.5450.59
HexAA587D0301A2114d2133
Octal25213017506032415154163
Binary1010101010110001111101011000011010100001101001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA587D; }

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

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

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

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

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

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

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

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