Shades of Royal Heath #A6417B
Tints of Royal Heath #A6417B
RGB
CMYK
RGB Variations
Color information
#A6417B (or 0xA6417B) is known color: Royal Heath. HEX triplet: A6, 41 and 7B. RGB value is (166,65,123). Sum of RGB (Red+Green+Blue) = 166+65+123=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6417B is #59BE84. Grayscale: #656565. Windows color (decimal): -5881477 or 8077734. OLE color: 8077734.
HSL color Cylindrical-coordinate representation of color #A6417B: hue angle of 325.54º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6417B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 123 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.35 |
| HSL | 325.54º | 0.44% | 0.45% | - |
| HSV(B) | 325.54º | 0.61% | 0.65% | - |
| XYZ | 21.19 | 13.32 | 20.19 | - |
| YUV | 101.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 123 | 0 | 0.61 | 0.26 | 0.35 | 325.54 | 0.44 | 0.45 |
| Hex | A6 | 41 | 7B | 0 | 3D | 1A | 23 | 146 | 2C | 2D |
| Octal | 246 | 101 | 173 | 0 | 75 | 32 | 43 | 506 | 54 | 55 |
| Binary | 10100110 | 1000001 | 1111011 | 0 | 111101 | 11010 | 100011 | 101000110 | 101100 | 101101 |
Color Harmonies of #A6417B
Complementary color
Monochromatic Colors of #A6417B
Black with #A6417B
Text Example
Text Example
White with #A6417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6417B; }
p { color: rgb(166,65,123); }
H1.HeaderClassName
{
color: #A6417B;
}
.AnyTagClassName
{
color: #A6417B;
}
</style>
background-color css
<style>
a { background-color: #A6417B; }
a { background-color: rgb(166,65,123); }
div.DivClassName
{
background-color: #A6417B;
}
.BgClassName
{
background-color: #A6417B;
}
</style>
border-color css
<style>
span { border-color: #A6417B; }
span { border-color: rgb(166,65,123); }
td.TdClassName
{
border-color: #A6417B;
}
.TagClassName
{
border-color: #A6417B;
}
</style>