Shades of Royal Heath #A6467B
Tints of Royal Heath #A6467B
RGB
CMYK
RGB Variations
Color information
#A6467B (or 0xA6467B) is known color: Royal Heath. HEX triplet: A6, 46 and 7B. RGB value is (166,70,123). Sum of RGB (Red+Green+Blue) = 166+70+123=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6467B is #59B984. Grayscale: #686868. Windows color (decimal): -5880197 or 8079014. OLE color: 8079014.
HSL color Cylindrical-coordinate representation of color #A6467B: hue angle of 326.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6467B is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 123 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.35 |
| HSL | 326.88º | 0.41% | 0.46% | - |
| HSV(B) | 326.88º | 0.58% | 0.65% | - |
| XYZ | 21.49 | 13.92 | 20.29 | - |
| YUV | 104.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 123 | 0 | 0.58 | 0.26 | 0.35 | 326.88 | 0.41 | 0.46 |
| Hex | A6 | 46 | 7B | 0 | 3A | 1A | 23 | 147 | 29 | 2E |
| Octal | 246 | 106 | 173 | 0 | 72 | 32 | 43 | 507 | 51 | 56 |
| Binary | 10100110 | 1000110 | 1111011 | 0 | 111010 | 11010 | 100011 | 101000111 | 101001 | 101110 |
Color Harmonies of #A6467B
Complementary color
Monochromatic Colors of #A6467B
Black with #A6467B
Text Example
Text Example
White with #A6467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6467B; }
p { color: rgb(166,70,123); }
H1.HeaderClassName
{
color: #A6467B;
}
.AnyTagClassName
{
color: #A6467B;
}
</style>
background-color css
<style>
a { background-color: #A6467B; }
a { background-color: rgb(166,70,123); }
div.DivClassName
{
background-color: #A6467B;
}
.BgClassName
{
background-color: #A6467B;
}
</style>
border-color css
<style>
span { border-color: #A6467B; }
span { border-color: rgb(166,70,123); }
td.TdClassName
{
border-color: #A6467B;
}
.TagClassName
{
border-color: #A6467B;
}
</style>