#AA487A

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

Shades of Royal Heath #AA487A

Tints of Royal Heath #AA487A

Color information

#AA487A (or 0xAA487A) is unknown color: approx Royal Heath. HEX triplet: AA, 48 and 7A. RGB value is (170,72,122). Sum of RGB (Red+Green+Blue) = 170+72+122=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA487A is #55B785. Grayscale: #6A6A6A. Windows color (decimal): -5617542 or 8013994. OLE color: 8013994.

HSL color Cylindrical-coordinate representation of color #AA487A: hue angle of 329.39º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA487A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17072122-
CMYK00.580.280.33
HSL329.39º40.5%47.45%-
HSV(B)329.39º57.65%66.67%-
XYZ22.4114.5920.05-
YUV107136.47172.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=46.70%
G=19.78%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707212200.580.280.33329.3940.547.45
HexAA487A03A1C21149282f
Octal25211017207234415115057
Binary1010101010010001111010011101011100100001101001001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA487A; }

 p { color: rgb(170,72,122); }

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

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

 a { background-color: rgb(170,72,122); }

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

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

 span { border-color: rgb(170,72,122); }

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