Shades of Royal Heath #A8527D
Tints of Royal Heath #A8527D
RGB
CMYK
RGB Variations
Color information
#A8527D (or 0xA8527D) is known color: Royal Heath. HEX triplet: A8, 52 and 7D. RGB value is (168,82,125). Sum of RGB (Red+Green+Blue) = 168+82+125=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8527D is #57AD82. Grayscale: #707070. Windows color (decimal): -5746051 or 8213160. OLE color: 8213160.
HSL color Cylindrical-coordinate representation of color #A8527D: hue angle of 330º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8527D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 125 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.34 |
| HSL | 330º | 0.34% | 0.49% | - |
| HSV(B) | 330º | 0.51% | 0.66% | - |
| XYZ | 22.87 | 15.84 | 21.25 | - |
| YUV | 112.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 125 | 0 | 0.51 | 0.26 | 0.34 | 330 | 0.34 | 0.49 |
| Hex | A8 | 52 | 7D | 0 | 33 | 1A | 22 | 14A | 22 | 31 |
| Octal | 250 | 122 | 175 | 0 | 63 | 32 | 42 | 512 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1111101 | 0 | 110011 | 11010 | 100010 | 101001010 | 100010 | 110001 |
Color Harmonies of #A8527D
Complementary color
Monochromatic Colors of #A8527D
Black with #A8527D
Text Example
Text Example
White with #A8527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8527D; }
p { color: rgb(168,82,125); }
H1.HeaderClassName
{
color: #A8527D;
}
.AnyTagClassName
{
color: #A8527D;
}
</style>
background-color css
<style>
a { background-color: #A8527D; }
a { background-color: rgb(168,82,125); }
div.DivClassName
{
background-color: #A8527D;
}
.BgClassName
{
background-color: #A8527D;
}
</style>
border-color css
<style>
span { border-color: #A8527D; }
span { border-color: rgb(168,82,125); }
td.TdClassName
{
border-color: #A8527D;
}
.TagClassName
{
border-color: #A8527D;
}
</style>