Shades of Royal Heath #A1417A
Tints of Royal Heath #A1417A
RGB
CMYK
RGB Variations
Color information
#A1417A (or 0xA1417A) is known color: Royal Heath. HEX triplet: A1, 41 and 7A. RGB value is (161,65,122). Sum of RGB (Red+Green+Blue) = 161+65+122=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1417A is #5EBE85. Grayscale: #646464. Windows color (decimal): -6209158 or 8012193. OLE color: 8012193.
HSL color Cylindrical-coordinate representation of color #A1417A: hue angle of 324.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1417A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 65 | 122 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.37 |
| HSL | 324.38º | 0.42% | 0.44% | - |
| HSV(B) | 324.38º | 0.6% | 0.63% | - |
| XYZ | 20.1 | 12.76 | 19.82 | - |
| YUV | 100.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 122 | 0 | 0.60 | 0.24 | 0.37 | 324.38 | 0.42 | 0.44 |
| Hex | A1 | 41 | 7A | 0 | 3C | 18 | 25 | 144 | 2A | 2C |
| Octal | 241 | 101 | 172 | 0 | 74 | 30 | 45 | 504 | 52 | 54 |
| Binary | 10100001 | 1000001 | 1111010 | 0 | 111100 | 11000 | 100101 | 101000100 | 101010 | 101100 |
Color Harmonies of #A1417A
Complementary color
Monochromatic Colors of #A1417A
Black with #A1417A
Text Example
Text Example
White with #A1417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1417A; }
p { color: rgb(161,65,122); }
H1.HeaderClassName
{
color: #A1417A;
}
.AnyTagClassName
{
color: #A1417A;
}
</style>
background-color css
<style>
a { background-color: #A1417A; }
a { background-color: rgb(161,65,122); }
div.DivClassName
{
background-color: #A1417A;
}
.BgClassName
{
background-color: #A1417A;
}
</style>
border-color css
<style>
span { border-color: #A1417A; }
span { border-color: rgb(161,65,122); }
td.TdClassName
{
border-color: #A1417A;
}
.TagClassName
{
border-color: #A1417A;
}
</style>