Shades of Royal Heath #A1437D
Tints of Royal Heath #A1437D
RGB
CMYK
RGB Variations
Color information
#A1437D (or 0xA1437D) is known color: Royal Heath. HEX triplet: A1, 43 and 7D. RGB value is (161,67,125). Sum of RGB (Red+Green+Blue) = 161+67+125=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1437D is #5EBC82. Grayscale: #656565. Windows color (decimal): -6208643 or 8209313. OLE color: 8209313.
HSL color Cylindrical-coordinate representation of color #A1437D: hue angle of 322.98º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1437D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 125 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.37 |
| HSL | 322.98º | 0.41% | 0.45% | - |
| HSV(B) | 322.98º | 0.58% | 0.63% | - |
| XYZ | 20.41 | 13.07 | 20.85 | - |
| YUV | 101.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 125 | 0 | 0.58 | 0.22 | 0.37 | 322.98 | 0.41 | 0.45 |
| Hex | A1 | 43 | 7D | 0 | 3A | 16 | 25 | 143 | 29 | 2D |
| Octal | 241 | 103 | 175 | 0 | 72 | 26 | 45 | 503 | 51 | 55 |
| Binary | 10100001 | 1000011 | 1111101 | 0 | 111010 | 10110 | 100101 | 101000011 | 101001 | 101101 |
Color Harmonies of #A1437D
Complementary color
Monochromatic Colors of #A1437D
Black with #A1437D
Text Example
Text Example
White with #A1437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1437D; }
p { color: rgb(161,67,125); }
H1.HeaderClassName
{
color: #A1437D;
}
.AnyTagClassName
{
color: #A1437D;
}
</style>
background-color css
<style>
a { background-color: #A1437D; }
a { background-color: rgb(161,67,125); }
div.DivClassName
{
background-color: #A1437D;
}
.BgClassName
{
background-color: #A1437D;
}
</style>
border-color css
<style>
span { border-color: #A1437D; }
span { border-color: rgb(161,67,125); }
td.TdClassName
{
border-color: #A1437D;
}
.TagClassName
{
border-color: #A1437D;
}
</style>