Shades of Royal Heath #A85480
Tints of Royal Heath #A85480
RGB
CMYK
RGB Variations
Color information
#A85480 (or 0xA85480) is known color: Royal Heath. HEX triplet: A8, 54 and 80. RGB value is (168,84,128). Sum of RGB (Red+Green+Blue) = 168+84+128=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A85480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85480 is #57AB7F. Grayscale: #727272. Windows color (decimal): -5745536 or 8410280. OLE color: 8410280.
HSL color Cylindrical-coordinate representation of color #A85480: hue angle of 328.57º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85480 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 128 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.34 |
| HSL | 328.57º | 0.33% | 0.49% | - |
| HSV(B) | 328.57º | 0.5% | 0.66% | - |
| XYZ | 23.22 | 16.22 | 22.33 | - |
| YUV | 114.13 | 135.83 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 128 | 0 | 0.5 | 0.24 | 0.34 | 328.57 | 0.33 | 0.49 |
| Hex | A8 | 54 | 80 | 0 | 32 | 18 | 22 | 149 | 21 | 31 |
| Octal | 250 | 124 | 200 | 0 | 62 | 30 | 42 | 511 | 41 | 61 |
| Binary | 10101000 | 1010100 | 10000000 | 0 | 110010 | 11000 | 100010 | 101001001 | 100001 | 110001 |
Color Harmonies of #A85480
Complementary color
Monochromatic Colors of #A85480
Black with #A85480
Text Example
Text Example
White with #A85480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85480; }
p { color: rgb(168,84,128); }
H1.HeaderClassName
{
color: #A85480;
}
.AnyTagClassName
{
color: #A85480;
}
</style>
background-color css
<style>
a { background-color: #A85480; }
a { background-color: rgb(168,84,128); }
div.DivClassName
{
background-color: #A85480;
}
.BgClassName
{
background-color: #A85480;
}
</style>
border-color css
<style>
span { border-color: #A85480; }
span { border-color: rgb(168,84,128); }
td.TdClassName
{
border-color: #A85480;
}
.TagClassName
{
border-color: #A85480;
}
</style>