Shades of Royal Heath #AA5682
Tints of Royal Heath #AA5682
RGB
CMYK
RGB Variations
Color information
#AA5682 (or 0xAA5682) is known color: Royal Heath. HEX triplet: AA, 56 and 82. RGB value is (170,86,130). Sum of RGB (Red+Green+Blue) = 170+86+130=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5682 is #55A97D. Grayscale: #747474. Windows color (decimal): -5613950 or 8541866. OLE color: 8541866.
HSL color Cylindrical-coordinate representation of color #AA5682: hue angle of 328.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5682 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 130 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.33 |
| HSL | 328.57º | 0.33% | 0.5% | - |
| HSV(B) | 328.57º | 0.49% | 0.67% | - |
| XYZ | 23.93 | 16.81 | 23.1 | - |
| YUV | 116.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 130 | 0 | 0.49 | 0.24 | 0.33 | 328.57 | 0.33 | 0.5 |
| Hex | AA | 56 | 82 | 0 | 31 | 18 | 21 | 149 | 21 | 32 |
| Octal | 252 | 126 | 202 | 0 | 61 | 30 | 41 | 511 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10000010 | 0 | 110001 | 11000 | 100001 | 101001001 | 100001 | 110010 |
Color Harmonies of #AA5682
Complementary color
Monochromatic Colors of #AA5682
Black with #AA5682
Text Example
Text Example
White with #AA5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5682; }
p { color: rgb(170,86,130); }
H1.HeaderClassName
{
color: #AA5682;
}
.AnyTagClassName
{
color: #AA5682;
}
</style>
background-color css
<style>
a { background-color: #AA5682; }
a { background-color: rgb(170,86,130); }
div.DivClassName
{
background-color: #AA5682;
}
.BgClassName
{
background-color: #AA5682;
}
</style>
border-color css
<style>
span { border-color: #AA5682; }
span { border-color: rgb(170,86,130); }
td.TdClassName
{
border-color: #AA5682;
}
.TagClassName
{
border-color: #AA5682;
}
</style>