Shades of Royal Heath #A1427B
Tints of Royal Heath #A1427B
RGB
CMYK
RGB Variations
Color information
#A1427B (or 0xA1427B) is known color: Royal Heath. HEX triplet: A1, 42 and 7B. RGB value is (161,66,123). Sum of RGB (Red+Green+Blue) = 161+66+123=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1427B is #5EBD84. Grayscale: #646464. Windows color (decimal): -6208901 or 8077985. OLE color: 8077985.
HSL color Cylindrical-coordinate representation of color #A1427B: hue angle of 324º 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 #A1427B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 123 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.37 |
| HSL | 324º | 0.42% | 0.45% | - |
| HSV(B) | 324º | 0.59% | 0.63% | - |
| XYZ | 20.22 | 12.9 | 20.16 | - |
| YUV | 100.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 123 | 0 | 0.59 | 0.24 | 0.37 | 324 | 0.42 | 0.45 |
| Hex | A1 | 42 | 7B | 0 | 3B | 18 | 25 | 144 | 2A | 2D |
| Octal | 241 | 102 | 173 | 0 | 73 | 30 | 45 | 504 | 52 | 55 |
| Binary | 10100001 | 1000010 | 1111011 | 0 | 111011 | 11000 | 100101 | 101000100 | 101010 | 101101 |
Color Harmonies of #A1427B
Complementary color
Monochromatic Colors of #A1427B
Black with #A1427B
Text Example
Text Example
White with #A1427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1427B; }
p { color: rgb(161,66,123); }
H1.HeaderClassName
{
color: #A1427B;
}
.AnyTagClassName
{
color: #A1427B;
}
</style>
background-color css
<style>
a { background-color: #A1427B; }
a { background-color: rgb(161,66,123); }
div.DivClassName
{
background-color: #A1427B;
}
.BgClassName
{
background-color: #A1427B;
}
</style>
border-color css
<style>
span { border-color: #A1427B; }
span { border-color: rgb(161,66,123); }
td.TdClassName
{
border-color: #A1427B;
}
.TagClassName
{
border-color: #A1427B;
}
</style>