Shades of Royal Heath #A94F7B
Tints of Royal Heath #A94F7B
RGB
CMYK
RGB Variations
Color information
#A94F7B (or 0xA94F7B) is known color: Royal Heath. HEX triplet: A9, 4F and 7B. RGB value is (169,79,123). Sum of RGB (Red+Green+Blue) = 169+79+123=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F7B is #56B084. Grayscale: #6E6E6E. Windows color (decimal): -5681285 or 8081321. OLE color: 8081321.
HSL color Cylindrical-coordinate representation of color #A94F7B: hue angle of 330.67º 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 #A94F7B is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 79 | 123 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.34 |
| HSL | 330.67º | 0.36% | 0.49% | - |
| HSV(B) | 330.67º | 0.53% | 0.66% | - |
| XYZ | 22.73 | 15.46 | 20.52 | - |
| YUV | 110.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 79 | 123 | 0 | 0.53 | 0.27 | 0.34 | 330.67 | 0.36 | 0.49 |
| Hex | A9 | 4F | 7B | 0 | 35 | 1B | 22 | 14B | 24 | 31 |
| Octal | 251 | 117 | 173 | 0 | 65 | 33 | 42 | 513 | 44 | 61 |
| Binary | 10101001 | 1001111 | 1111011 | 0 | 110101 | 11011 | 100010 | 101001011 | 100100 | 110001 |
Color Harmonies of #A94F7B
Complementary color
Monochromatic Colors of #A94F7B
Black with #A94F7B
Text Example
Text Example
White with #A94F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94F7B; }
p { color: rgb(169,79,123); }
H1.HeaderClassName
{
color: #A94F7B;
}
.AnyTagClassName
{
color: #A94F7B;
}
</style>
background-color css
<style>
a { background-color: #A94F7B; }
a { background-color: rgb(169,79,123); }
div.DivClassName
{
background-color: #A94F7B;
}
.BgClassName
{
background-color: #A94F7B;
}
</style>
border-color css
<style>
span { border-color: #A94F7B; }
span { border-color: rgb(169,79,123); }
td.TdClassName
{
border-color: #A94F7B;
}
.TagClassName
{
border-color: #A94F7B;
}
</style>