Shades of Royal Heath #A14881
Tints of Royal Heath #A14881
RGB
CMYK
RGB Variations
Color information
#A14881 (or 0xA14881) is known color: Royal Heath. HEX triplet: A1, 48 and 81. RGB value is (161,72,129). Sum of RGB (Red+Green+Blue) = 161+72+129=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14881 is #5EB77E. Grayscale: #686868. Windows color (decimal): -6207359 or 8472737. OLE color: 8472737.
HSL color Cylindrical-coordinate representation of color #A14881: hue angle of 321.57º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14881 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 129 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.37 |
| HSL | 321.57º | 0.38% | 0.46% | - |
| HSV(B) | 321.57º | 0.55% | 0.63% | - |
| XYZ | 20.98 | 13.8 | 22.33 | - |
| YUV | 105.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 129 | 0 | 0.55 | 0.20 | 0.37 | 321.57 | 0.38 | 0.46 |
| Hex | A1 | 48 | 81 | 0 | 37 | 14 | 25 | 142 | 26 | 2E |
| Octal | 241 | 110 | 201 | 0 | 67 | 24 | 45 | 502 | 46 | 56 |
| Binary | 10100001 | 1001000 | 10000001 | 0 | 110111 | 10100 | 100101 | 101000010 | 100110 | 101110 |
Color Harmonies of #A14881
Complementary color
Monochromatic Colors of #A14881
Black with #A14881
Text Example
Text Example
White with #A14881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14881; }
p { color: rgb(161,72,129); }
H1.HeaderClassName
{
color: #A14881;
}
.AnyTagClassName
{
color: #A14881;
}
</style>
background-color css
<style>
a { background-color: #A14881; }
a { background-color: rgb(161,72,129); }
div.DivClassName
{
background-color: #A14881;
}
.BgClassName
{
background-color: #A14881;
}
</style>
border-color css
<style>
span { border-color: #A14881; }
span { border-color: rgb(161,72,129); }
td.TdClassName
{
border-color: #A14881;
}
.TagClassName
{
border-color: #A14881;
}
</style>