Shades of Royal Heath #A8457F
Tints of Royal Heath #A8457F
RGB
CMYK
RGB Variations
Color information
#A8457F (or 0xA8457F) is known color: Royal Heath. HEX triplet: A8, 45 and 7F. RGB value is (168,69,127). Sum of RGB (Red+Green+Blue) = 168+69+127=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8457F is #57BA80. Grayscale: #696969. Windows color (decimal): -5749377 or 8340904. OLE color: 8340904.
HSL color Cylindrical-coordinate representation of color #A8457F: hue angle of 324.85º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8457F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 127 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.34 |
| HSL | 324.85º | 0.42% | 0.46% | - |
| HSV(B) | 324.85º | 0.59% | 0.66% | - |
| XYZ | 22.11 | 14.11 | 21.64 | - |
| YUV | 105.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 127 | 0 | 0.59 | 0.24 | 0.34 | 324.85 | 0.42 | 0.46 |
| Hex | A8 | 45 | 7F | 0 | 3B | 18 | 22 | 145 | 2A | 2E |
| Octal | 250 | 105 | 177 | 0 | 73 | 30 | 42 | 505 | 52 | 56 |
| Binary | 10101000 | 1000101 | 1111111 | 0 | 111011 | 11000 | 100010 | 101000101 | 101010 | 101110 |
Color Harmonies of #A8457F
Complementary color
Monochromatic Colors of #A8457F
Black with #A8457F
Text Example
Text Example
White with #A8457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8457F; }
p { color: rgb(168,69,127); }
H1.HeaderClassName
{
color: #A8457F;
}
.AnyTagClassName
{
color: #A8457F;
}
</style>
background-color css
<style>
a { background-color: #A8457F; }
a { background-color: rgb(168,69,127); }
div.DivClassName
{
background-color: #A8457F;
}
.BgClassName
{
background-color: #A8457F;
}
</style>
border-color css
<style>
span { border-color: #A8457F; }
span { border-color: rgb(168,69,127); }
td.TdClassName
{
border-color: #A8457F;
}
.TagClassName
{
border-color: #A8457F;
}
</style>