Shades of Royal Heath #A75281
Tints of Royal Heath #A75281
RGB
CMYK
RGB Variations
Color information
#A75281 (or 0xA75281) is known color: Royal Heath. HEX triplet: A7, 52 and 81. RGB value is (167,82,129). Sum of RGB (Red+Green+Blue) = 167+82+129=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A75281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75281 is #58AD7E. Grayscale: #707070. Windows color (decimal): -5811583 or 8475303. OLE color: 8475303.
HSL color Cylindrical-coordinate representation of color #A75281: hue angle of 326.82º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75281 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 82 | 129 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.35 |
| HSL | 326.82º | 0.34% | 0.49% | - |
| HSV(B) | 326.82º | 0.51% | 0.65% | - |
| XYZ | 22.92 | 15.84 | 22.62 | - |
| YUV | 112.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 82 | 129 | 0 | 0.51 | 0.23 | 0.35 | 326.82 | 0.34 | 0.49 |
| Hex | A7 | 52 | 81 | 0 | 33 | 17 | 23 | 147 | 22 | 31 |
| Octal | 247 | 122 | 201 | 0 | 63 | 27 | 43 | 507 | 42 | 61 |
| Binary | 10100111 | 1010010 | 10000001 | 0 | 110011 | 10111 | 100011 | 101000111 | 100010 | 110001 |
Color Harmonies of #A75281
Complementary color
Monochromatic Colors of #A75281
Black with #A75281
Text Example
Text Example
White with #A75281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A75281; }
p { color: rgb(167,82,129); }
H1.HeaderClassName
{
color: #A75281;
}
.AnyTagClassName
{
color: #A75281;
}
</style>
background-color css
<style>
a { background-color: #A75281; }
a { background-color: rgb(167,82,129); }
div.DivClassName
{
background-color: #A75281;
}
.BgClassName
{
background-color: #A75281;
}
</style>
border-color css
<style>
span { border-color: #A75281; }
span { border-color: rgb(167,82,129); }
td.TdClassName
{
border-color: #A75281;
}
.TagClassName
{
border-color: #A75281;
}
</style>