Shades of Royal Heath #A94F7D
Tints of Royal Heath #A94F7D
RGB
CMYK
RGB Variations
Color information
#A94F7D (or 0xA94F7D) is known color: Royal Heath. HEX triplet: A9, 4F and 7D. RGB value is (169,79,125). Sum of RGB (Red+Green+Blue) = 169+79+125=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F7D is #56B082. Grayscale: #6F6F6F. Windows color (decimal): -5681283 or 8212393. OLE color: 8212393.
HSL color Cylindrical-coordinate representation of color #A94F7D: hue angle of 329.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A94F7D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 79 | 125 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.34 |
| HSL | 329.33º | 0.36% | 0.49% | - |
| HSV(B) | 329.33º | 0.53% | 0.66% | - |
| XYZ | 22.86 | 15.51 | 21.19 | - |
| YUV | 111.15 | 135.82 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 125 | 0 | 0.53 | 0.26 | 0.34 | 329.33 | 0.36 | 0.49 |
| Hex | A9 | 4F | 7D | 0 | 35 | 1A | 22 | 149 | 24 | 31 |
| Octal | 251 | 117 | 175 | 0 | 65 | 32 | 42 | 511 | 44 | 61 |
| Binary | 10101001 | 1001111 | 1111101 | 0 | 110101 | 11010 | 100010 | 101001001 | 100100 | 110001 |
Color Harmonies of #A94F7D
Complementary color
Monochromatic Colors of #A94F7D
Black with #A94F7D
Text Example
Text Example
White with #A94F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94F7D; }
p { color: rgb(169,79,125); }
H1.HeaderClassName
{
color: #A94F7D;
}
.AnyTagClassName
{
color: #A94F7D;
}
</style>
background-color css
<style>
a { background-color: #A94F7D; }
a { background-color: rgb(169,79,125); }
div.DivClassName
{
background-color: #A94F7D;
}
.BgClassName
{
background-color: #A94F7D;
}
</style>
border-color css
<style>
span { border-color: #A94F7D; }
span { border-color: rgb(169,79,125); }
td.TdClassName
{
border-color: #A94F7D;
}
.TagClassName
{
border-color: #A94F7D;
}
</style>