Shades of Royal Heath #A1457F
Tints of Royal Heath #A1457F
RGB
CMYK
RGB Variations
Color information
#A1457F (or 0xA1457F) is known color: Royal Heath. HEX triplet: A1, 45 and 7F. RGB value is (161,69,127). Sum of RGB (Red+Green+Blue) = 161+69+127=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1457F is #5EBA80. Grayscale: #666666. Windows color (decimal): -6208129 or 8340897. OLE color: 8340897.
HSL color Cylindrical-coordinate representation of color #A1457F: hue angle of 322.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1457F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 69 | 127 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.37 |
| HSL | 322.17º | 0.4% | 0.45% | - |
| HSV(B) | 322.17º | 0.57% | 0.63% | - |
| XYZ | 20.66 | 13.37 | 21.57 | - |
| YUV | 103.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 127 | 0 | 0.57 | 0.21 | 0.37 | 322.17 | 0.4 | 0.45 |
| Hex | A1 | 45 | 7F | 0 | 39 | 15 | 25 | 142 | 28 | 2D |
| Octal | 241 | 105 | 177 | 0 | 71 | 25 | 45 | 502 | 50 | 55 |
| Binary | 10100001 | 1000101 | 1111111 | 0 | 111001 | 10101 | 100101 | 101000010 | 101000 | 101101 |
Color Harmonies of #A1457F
Complementary color
Monochromatic Colors of #A1457F
Black with #A1457F
Text Example
Text Example
White with #A1457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1457F; }
p { color: rgb(161,69,127); }
H1.HeaderClassName
{
color: #A1457F;
}
.AnyTagClassName
{
color: #A1457F;
}
</style>
background-color css
<style>
a { background-color: #A1457F; }
a { background-color: rgb(161,69,127); }
div.DivClassName
{
background-color: #A1457F;
}
.BgClassName
{
background-color: #A1457F;
}
</style>
border-color css
<style>
span { border-color: #A1457F; }
span { border-color: rgb(161,69,127); }
td.TdClassName
{
border-color: #A1457F;
}
.TagClassName
{
border-color: #A1457F;
}
</style>