Shades of Royal Heath #A8527B
Tints of Royal Heath #A8527B
RGB
CMYK
RGB Variations
Color information
#A8527B (or 0xA8527B) is known color: Royal Heath. HEX triplet: A8, 52 and 7B. RGB value is (168,82,123). Sum of RGB (Red+Green+Blue) = 168+82+123=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8527B is #57AD84. Grayscale: #707070. Windows color (decimal): -5746053 or 8082088. OLE color: 8082088.
HSL color Cylindrical-coordinate representation of color #A8527B: hue angle of 331.4º 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 #A8527B is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 123 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.34 |
| HSL | 331.4º | 0.34% | 0.49% | - |
| HSV(B) | 331.4º | 0.51% | 0.66% | - |
| XYZ | 22.74 | 15.79 | 20.59 | - |
| YUV | 112.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 123 | 0 | 0.51 | 0.27 | 0.34 | 331.4 | 0.34 | 0.49 |
| Hex | A8 | 52 | 7B | 0 | 33 | 1B | 22 | 14B | 22 | 31 |
| Octal | 250 | 122 | 173 | 0 | 63 | 33 | 42 | 513 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1111011 | 0 | 110011 | 11011 | 100010 | 101001011 | 100010 | 110001 |
Color Harmonies of #A8527B
Complementary color
Monochromatic Colors of #A8527B
Black with #A8527B
Text Example
Text Example
White with #A8527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8527B; }
p { color: rgb(168,82,123); }
H1.HeaderClassName
{
color: #A8527B;
}
.AnyTagClassName
{
color: #A8527B;
}
</style>
background-color css
<style>
a { background-color: #A8527B; }
a { background-color: rgb(168,82,123); }
div.DivClassName
{
background-color: #A8527B;
}
.BgClassName
{
background-color: #A8527B;
}
</style>
border-color css
<style>
span { border-color: #A8527B; }
span { border-color: rgb(168,82,123); }
td.TdClassName
{
border-color: #A8527B;
}
.TagClassName
{
border-color: #A8527B;
}
</style>