Shades of Royal Heath #A14A7F
Tints of Royal Heath #A14A7F
RGB
CMYK
RGB Variations
Color information
#A14A7F (or 0xA14A7F) is known color: Royal Heath. HEX triplet: A1, 4A and 7F. RGB value is (161,74,127). Sum of RGB (Red+Green+Blue) = 161+74+127=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A7F is #5EB580. Grayscale: #696969. Windows color (decimal): -6206849 or 8342177. OLE color: 8342177.
HSL color Cylindrical-coordinate representation of color #A14A7F: hue angle of 323.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A7F is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 74 | 127 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.37 |
| HSL | 323.45º | 0.37% | 0.46% | - |
| HSV(B) | 323.45º | 0.54% | 0.63% | - |
| XYZ | 20.98 | 14.01 | 21.68 | - |
| YUV | 106.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 127 | 0 | 0.54 | 0.21 | 0.37 | 323.45 | 0.37 | 0.46 |
| Hex | A1 | 4A | 7F | 0 | 36 | 15 | 25 | 143 | 25 | 2E |
| Octal | 241 | 112 | 177 | 0 | 66 | 25 | 45 | 503 | 45 | 56 |
| Binary | 10100001 | 1001010 | 1111111 | 0 | 110110 | 10101 | 100101 | 101000011 | 100101 | 101110 |
Color Harmonies of #A14A7F
Complementary color
Monochromatic Colors of #A14A7F
Black with #A14A7F
Text Example
Text Example
White with #A14A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14A7F; }
p { color: rgb(161,74,127); }
H1.HeaderClassName
{
color: #A14A7F;
}
.AnyTagClassName
{
color: #A14A7F;
}
</style>
background-color css
<style>
a { background-color: #A14A7F; }
a { background-color: rgb(161,74,127); }
div.DivClassName
{
background-color: #A14A7F;
}
.BgClassName
{
background-color: #A14A7F;
}
</style>
border-color css
<style>
span { border-color: #A14A7F; }
span { border-color: rgb(161,74,127); }
td.TdClassName
{
border-color: #A14A7F;
}
.TagClassName
{
border-color: #A14A7F;
}
</style>