Shades of Royal Heath #A6547D
Tints of Royal Heath #A6547D
RGB
CMYK
RGB Variations
Color information
#A6547D (or 0xA6547D) is known color: Royal Heath. HEX triplet: A6, 54 and 7D. RGB value is (166,84,125). Sum of RGB (Red+Green+Blue) = 166+84+125=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6547D is #59AB82. Grayscale: #717171. Windows color (decimal): -5876611 or 8213670. OLE color: 8213670.
HSL color Cylindrical-coordinate representation of color #A6547D: hue angle of 330º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6547D is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 84 | 125 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.35 |
| HSL | 330º | 0.33% | 0.49% | - |
| HSV(B) | 330º | 0.49% | 0.65% | - |
| XYZ | 22.6 | 15.93 | 21.29 | - |
| YUV | 113.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 84 | 125 | 0 | 0.49 | 0.25 | 0.35 | 330 | 0.33 | 0.49 |
| Hex | A6 | 54 | 7D | 0 | 31 | 19 | 23 | 14A | 21 | 31 |
| Octal | 246 | 124 | 175 | 0 | 61 | 31 | 43 | 512 | 41 | 61 |
| Binary | 10100110 | 1010100 | 1111101 | 0 | 110001 | 11001 | 100011 | 101001010 | 100001 | 110001 |
Color Harmonies of #A6547D
Complementary color
Monochromatic Colors of #A6547D
Black with #A6547D
Text Example
Text Example
White with #A6547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6547D; }
p { color: rgb(166,84,125); }
H1.HeaderClassName
{
color: #A6547D;
}
.AnyTagClassName
{
color: #A6547D;
}
</style>
background-color css
<style>
a { background-color: #A6547D; }
a { background-color: rgb(166,84,125); }
div.DivClassName
{
background-color: #A6547D;
}
.BgClassName
{
background-color: #A6547D;
}
</style>
border-color css
<style>
span { border-color: #A6547D; }
span { border-color: rgb(166,84,125); }
td.TdClassName
{
border-color: #A6547D;
}
.TagClassName
{
border-color: #A6547D;
}
</style>