Shades of Royal Heath #A8447A
Tints of Royal Heath #A8447A
RGB
CMYK
RGB Variations
Color information
#A8447A (or 0xA8447A) is known color: Royal Heath. HEX triplet: A8, 44 and 7A. RGB value is (168,68,122). Sum of RGB (Red+Green+Blue) = 168+68+122=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447A is #57BB85. Grayscale: #676767. Windows color (decimal): -5749638 or 8012968. OLE color: 8012968.
HSL color Cylindrical-coordinate representation of color #A8447A: hue angle of 327.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8447A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 122 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.34 |
| HSL | 327.6º | 0.42% | 0.46% | - |
| HSV(B) | 327.6º | 0.6% | 0.66% | - |
| XYZ | 21.73 | 13.86 | 19.94 | - |
| YUV | 104.06 | 138.13 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 122 | 0 | 0.60 | 0.27 | 0.34 | 327.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 7A | 0 | 3C | 1B | 22 | 148 | 2A | 2E |
| Octal | 250 | 104 | 172 | 0 | 74 | 33 | 42 | 510 | 52 | 56 |
| Binary | 10101000 | 1000100 | 1111010 | 0 | 111100 | 11011 | 100010 | 101001000 | 101010 | 101110 |
Color Harmonies of #A8447A
Complementary color
Monochromatic Colors of #A8447A
Black with #A8447A
Text Example
Text Example
White with #A8447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8447A; }
p { color: rgb(168,68,122); }
H1.HeaderClassName
{
color: #A8447A;
}
.AnyTagClassName
{
color: #A8447A;
}
</style>
background-color css
<style>
a { background-color: #A8447A; }
a { background-color: rgb(168,68,122); }
div.DivClassName
{
background-color: #A8447A;
}
.BgClassName
{
background-color: #A8447A;
}
</style>
border-color css
<style>
span { border-color: #A8447A; }
span { border-color: rgb(168,68,122); }
td.TdClassName
{
border-color: #A8447A;
}
.TagClassName
{
border-color: #A8447A;
}
</style>