Shades of Royal Heath #A9417B
Tints of Royal Heath #A9417B
RGB
CMYK
RGB Variations
Color information
#A9417B (or 0xA9417B) is known color: Royal Heath. HEX triplet: A9, 41 and 7B. RGB value is (169,65,123). Sum of RGB (Red+Green+Blue) = 169+65+123=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9417B is #56BE84. Grayscale: #666666. Windows color (decimal): -5684869 or 8077737. OLE color: 8077737.
HSL color Cylindrical-coordinate representation of color #A9417B: hue angle of 326.54º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9417B is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 65 | 123 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.34 |
| HSL | 326.54º | 0.44% | 0.46% | - |
| HSV(B) | 326.54º | 0.62% | 0.66% | - |
| XYZ | 21.83 | 13.65 | 20.22 | - |
| YUV | 102.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 65 | 123 | 0 | 0.62 | 0.27 | 0.34 | 326.54 | 0.44 | 0.46 |
| Hex | A9 | 41 | 7B | 0 | 3E | 1B | 22 | 147 | 2C | 2E |
| Octal | 251 | 101 | 173 | 0 | 76 | 33 | 42 | 507 | 54 | 56 |
| Binary | 10101001 | 1000001 | 1111011 | 0 | 111110 | 11011 | 100010 | 101000111 | 101100 | 101110 |
Color Harmonies of #A9417B
Complementary color
Monochromatic Colors of #A9417B
Black with #A9417B
Text Example
Text Example
White with #A9417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9417B; }
p { color: rgb(169,65,123); }
H1.HeaderClassName
{
color: #A9417B;
}
.AnyTagClassName
{
color: #A9417B;
}
</style>
background-color css
<style>
a { background-color: #A9417B; }
a { background-color: rgb(169,65,123); }
div.DivClassName
{
background-color: #A9417B;
}
.BgClassName
{
background-color: #A9417B;
}
</style>
border-color css
<style>
span { border-color: #A9417B; }
span { border-color: rgb(169,65,123); }
td.TdClassName
{
border-color: #A9417B;
}
.TagClassName
{
border-color: #A9417B;
}
</style>