Shades of Royal Heath #A14E7B
Tints of Royal Heath #A14E7B
RGB
CMYK
RGB Variations
Color information
#A14E7B (or 0xA14E7B) is known color: Royal Heath. HEX triplet: A1, 4E and 7B. RGB value is (161,78,123). Sum of RGB (Red+Green+Blue) = 161+78+123=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E7B is #5EB184. Grayscale: #6B6B6B. Windows color (decimal): -6205829 or 8081057. OLE color: 8081057.
HSL color Cylindrical-coordinate representation of color #A14E7B: hue angle of 327.47º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E7B is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 123 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.37 |
| HSL | 327.47º | 0.35% | 0.47% | - |
| HSV(B) | 327.47º | 0.52% | 0.63% | - |
| XYZ | 21 | 14.46 | 20.42 | - |
| YUV | 107.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 123 | 0 | 0.52 | 0.24 | 0.37 | 327.47 | 0.35 | 0.47 |
| Hex | A1 | 4E | 7B | 0 | 34 | 18 | 25 | 147 | 23 | 2F |
| Octal | 241 | 116 | 173 | 0 | 64 | 30 | 45 | 507 | 43 | 57 |
| Binary | 10100001 | 1001110 | 1111011 | 0 | 110100 | 11000 | 100101 | 101000111 | 100011 | 101111 |
Color Harmonies of #A14E7B
Complementary color
Monochromatic Colors of #A14E7B
Black with #A14E7B
Text Example
Text Example
White with #A14E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E7B; }
p { color: rgb(161,78,123); }
H1.HeaderClassName
{
color: #A14E7B;
}
.AnyTagClassName
{
color: #A14E7B;
}
</style>
background-color css
<style>
a { background-color: #A14E7B; }
a { background-color: rgb(161,78,123); }
div.DivClassName
{
background-color: #A14E7B;
}
.BgClassName
{
background-color: #A14E7B;
}
</style>
border-color css
<style>
span { border-color: #A14E7B; }
span { border-color: rgb(161,78,123); }
td.TdClassName
{
border-color: #A14E7B;
}
.TagClassName
{
border-color: #A14E7B;
}
</style>