Shades of Royal Heath #A1427C
Tints of Royal Heath #A1427C
RGB
CMYK
RGB Variations
Color information
#A1427C (or 0xA1427C) is known color: Royal Heath. HEX triplet: A1, 42 and 7C. RGB value is (161,66,124). Sum of RGB (Red+Green+Blue) = 161+66+124=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1427C is #5EBD83. Grayscale: #646464. Windows color (decimal): -6208900 or 8143521. OLE color: 8143521.
HSL color Cylindrical-coordinate representation of color #A1427C: hue angle of 323.37º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A1427C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 124 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.37 |
| HSL | 323.37º | 0.42% | 0.45% | - |
| HSV(B) | 323.37º | 0.59% | 0.63% | - |
| XYZ | 20.28 | 12.93 | 20.5 | - |
| YUV | 101.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 124 | 0 | 0.59 | 0.23 | 0.37 | 323.37 | 0.42 | 0.45 |
| Hex | A1 | 42 | 7C | 0 | 3B | 17 | 25 | 143 | 2A | 2D |
| Octal | 241 | 102 | 174 | 0 | 73 | 27 | 45 | 503 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1111100 | 0 | 111011 | 10111 | 100101 | 101000011 | 101010 | 101101 |
Color Harmonies of #A1427C
Complementary color
Monochromatic Colors of #A1427C
Black with #A1427C
Text Example
Text Example
White with #A1427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1427C; }
p { color: rgb(161,66,124); }
H1.HeaderClassName
{
color: #A1427C;
}
.AnyTagClassName
{
color: #A1427C;
}
</style>
background-color css
<style>
a { background-color: #A1427C; }
a { background-color: rgb(161,66,124); }
div.DivClassName
{
background-color: #A1427C;
}
.BgClassName
{
background-color: #A1427C;
}
</style>
border-color css
<style>
span { border-color: #A1427C; }
span { border-color: rgb(161,66,124); }
td.TdClassName
{
border-color: #A1427C;
}
.TagClassName
{
border-color: #A1427C;
}
</style>