Shades of Royal Heath #A8417B
Tints of Royal Heath #A8417B
RGB
CMYK
RGB Variations
Color information
#A8417B (or 0xA8417B) is known color: Royal Heath. HEX triplet: A8, 41 and 7B. RGB value is (168,65,123). Sum of RGB (Red+Green+Blue) = 168+65+123=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8417B is #57BE84. Grayscale: #666666. Windows color (decimal): -5750405 or 8077736. OLE color: 8077736.
HSL color Cylindrical-coordinate representation of color #A8417B: hue angle of 326.21º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8417B is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 123 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.34 |
| HSL | 326.21º | 0.44% | 0.46% | - |
| HSV(B) | 326.21º | 0.61% | 0.66% | - |
| XYZ | 21.61 | 13.54 | 20.21 | - |
| YUV | 102.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 123 | 0 | 0.61 | 0.27 | 0.34 | 326.21 | 0.44 | 0.46 |
| Hex | A8 | 41 | 7B | 0 | 3D | 1B | 22 | 146 | 2C | 2E |
| Octal | 250 | 101 | 173 | 0 | 75 | 33 | 42 | 506 | 54 | 56 |
| Binary | 10101000 | 1000001 | 1111011 | 0 | 111101 | 11011 | 100010 | 101000110 | 101100 | 101110 |
Color Harmonies of #A8417B
Complementary color
Monochromatic Colors of #A8417B
Black with #A8417B
Text Example
Text Example
White with #A8417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8417B; }
p { color: rgb(168,65,123); }
H1.HeaderClassName
{
color: #A8417B;
}
.AnyTagClassName
{
color: #A8417B;
}
</style>
background-color css
<style>
a { background-color: #A8417B; }
a { background-color: rgb(168,65,123); }
div.DivClassName
{
background-color: #A8417B;
}
.BgClassName
{
background-color: #A8417B;
}
</style>
border-color css
<style>
span { border-color: #A8417B; }
span { border-color: rgb(168,65,123); }
td.TdClassName
{
border-color: #A8417B;
}
.TagClassName
{
border-color: #A8417B;
}
</style>