Shades of Royal Heath #A85083
Tints of Royal Heath #A85083
RGB
CMYK
RGB Variations
Color information
#A85083 (or 0xA85083) is known color: Royal Heath. HEX triplet: A8, 50 and 83. RGB value is (168,80,131). Sum of RGB (Red+Green+Blue) = 168+80+131=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A85083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85083 is #57AF7C. Grayscale: #707070. Windows color (decimal): -5746557 or 8605864. OLE color: 8605864.
HSL color Cylindrical-coordinate representation of color #A85083: hue angle of 325.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A85083 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 131 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.34 |
| HSL | 325.23º | 0.35% | 0.49% | - |
| HSV(B) | 325.23º | 0.52% | 0.66% | - |
| XYZ | 23.11 | 15.7 | 23.29 | - |
| YUV | 112.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 131 | 0 | 0.52 | 0.22 | 0.34 | 325.23 | 0.35 | 0.49 |
| Hex | A8 | 50 | 83 | 0 | 34 | 16 | 22 | 145 | 23 | 31 |
| Octal | 250 | 120 | 203 | 0 | 64 | 26 | 42 | 505 | 43 | 61 |
| Binary | 10101000 | 1010000 | 10000011 | 0 | 110100 | 10110 | 100010 | 101000101 | 100011 | 110001 |
Color Harmonies of #A85083
Complementary color
Monochromatic Colors of #A85083
Black with #A85083
Text Example
Text Example
White with #A85083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85083; }
p { color: rgb(168,80,131); }
H1.HeaderClassName
{
color: #A85083;
}
.AnyTagClassName
{
color: #A85083;
}
</style>
background-color css
<style>
a { background-color: #A85083; }
a { background-color: rgb(168,80,131); }
div.DivClassName
{
background-color: #A85083;
}
.BgClassName
{
background-color: #A85083;
}
</style>
border-color css
<style>
span { border-color: #A85083; }
span { border-color: rgb(168,80,131); }
td.TdClassName
{
border-color: #A85083;
}
.TagClassName
{
border-color: #A85083;
}
</style>