#AA5582

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

Shades of Royal Heath #AA5582

Tints of Royal Heath #AA5582

Color information

#AA5582 (or 0xAA5582) is unknown color: approx Royal Heath. HEX triplet: AA, 55 and 82. RGB value is (170,85,130). Sum of RGB (Red+Green+Blue) = 170+85+130=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5582 is #55AA7D. Grayscale: #737373. Windows color (decimal): -5614206 or 8541610. OLE color: 8541610.

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

Color convert

RGB17085130-
CMYK00.500.240.33
HSL328.24º33.33%50%-
HSV(B)328.24º50%66.67%-
XYZ23.8616.6523.08-
YUV115.54136.16166.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=44.16%
G=22.08%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708513000.500.240.33328.2433.3350
HexAA558203218211482132
Octal25212520206230415104162
Binary10101010101010110000010011001011000100001101001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5582; }

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

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

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

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

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

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

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

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