#AA5584

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

Shades of Royal Heath #AA5584

Tints of Royal Heath #AA5584

Color information

#AA5584 (or 0xAA5584) is unknown color: approx Royal Heath. HEX triplet: AA, 55 and 84. RGB value is (170,85,132). Sum of RGB (Red+Green+Blue) = 170+85+132=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5584 is #55AA7B. Grayscale: #737373. Windows color (decimal): -5614204 or 8672682. OLE color: 8672682.

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

Color convert

RGB17085132-
CMYK00.500.220.33
HSL326.82º33.33%50%-
HSV(B)326.82º50%66.67%-
XYZ23.9916.7123.79-
YUV115.77137.16166.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=43.93%
G=21.96%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708513200.500.220.33326.8233.3350
HexAA558403216211472132
Octal25212520406226415074162
Binary10101010101010110000100011001010110100001101000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5584; }

 p { color: rgb(170,85,132); }

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

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

 a { background-color: rgb(170,85,132); }

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

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

 span { border-color: rgb(170,85,132); }

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