Shades of Royal Heath #A6427A
Tints of Royal Heath #A6427A
RGB
CMYK
RGB Variations
Color information
#A6427A (or 0xA6427A) is known color: Royal Heath. HEX triplet: A6, 42 and 7A. RGB value is (166,66,122). Sum of RGB (Red+Green+Blue) = 166+66+122=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6427A is #59BD85. Grayscale: #666666. Windows color (decimal): -5881222 or 8012454. OLE color: 8012454.
HSL color Cylindrical-coordinate representation of color #A6427A: hue angle of 326.4º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6427A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 122 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.35 |
| HSL | 326.4º | 0.43% | 0.45% | - |
| HSV(B) | 326.4º | 0.6% | 0.65% | - |
| XYZ | 21.19 | 13.41 | 19.88 | - |
| YUV | 102.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 122 | 0 | 0.60 | 0.27 | 0.35 | 326.4 | 0.43 | 0.45 |
| Hex | A6 | 42 | 7A | 0 | 3C | 1B | 23 | 146 | 2B | 2D |
| Octal | 246 | 102 | 172 | 0 | 74 | 33 | 43 | 506 | 53 | 55 |
| Binary | 10100110 | 1000010 | 1111010 | 0 | 111100 | 11011 | 100011 | 101000110 | 101011 | 101101 |
Color Harmonies of #A6427A
Complementary color
Monochromatic Colors of #A6427A
Black with #A6427A
Text Example
Text Example
White with #A6427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6427A; }
p { color: rgb(166,66,122); }
H1.HeaderClassName
{
color: #A6427A;
}
.AnyTagClassName
{
color: #A6427A;
}
</style>
background-color css
<style>
a { background-color: #A6427A; }
a { background-color: rgb(166,66,122); }
div.DivClassName
{
background-color: #A6427A;
}
.BgClassName
{
background-color: #A6427A;
}
</style>
border-color css
<style>
span { border-color: #A6427A; }
span { border-color: rgb(166,66,122); }
td.TdClassName
{
border-color: #A6427A;
}
.TagClassName
{
border-color: #A6427A;
}
</style>