Shades of Royal Heath #A25079
Tints of Royal Heath #A25079
RGB
CMYK
RGB Variations
Color information
#A25079 (or 0xA25079) is known color: Royal Heath. HEX triplet: A2, 50 and 79. RGB value is (162,80,121). Sum of RGB (Red+Green+Blue) = 162+80+121=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25079 is #5DAF86. Grayscale: #6D6D6D. Windows color (decimal): -6139783 or 7950498. OLE color: 7950498.
HSL color Cylindrical-coordinate representation of color #A25079: hue angle of 330º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A25079 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 121 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.36 |
| HSL | 330º | 0.34% | 0.47% | - |
| HSV(B) | 330º | 0.51% | 0.64% | - |
| XYZ | 21.22 | 14.8 | 19.83 | - |
| YUV | 109.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 121 | 0 | 0.51 | 0.25 | 0.36 | 330 | 0.34 | 0.47 |
| Hex | A2 | 50 | 79 | 0 | 33 | 19 | 24 | 14A | 22 | 2F |
| Octal | 242 | 120 | 171 | 0 | 63 | 31 | 44 | 512 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1111001 | 0 | 110011 | 11001 | 100100 | 101001010 | 100010 | 101111 |
Color Harmonies of #A25079
Complementary color
Monochromatic Colors of #A25079
Black with #A25079
Text Example
Text Example
White with #A25079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25079; }
p { color: rgb(162,80,121); }
H1.HeaderClassName
{
color: #A25079;
}
.AnyTagClassName
{
color: #A25079;
}
</style>
background-color css
<style>
a { background-color: #A25079; }
a { background-color: rgb(162,80,121); }
div.DivClassName
{
background-color: #A25079;
}
.BgClassName
{
background-color: #A25079;
}
</style>
border-color css
<style>
span { border-color: #A25079; }
span { border-color: rgb(162,80,121); }
td.TdClassName
{
border-color: #A25079;
}
.TagClassName
{
border-color: #A25079;
}
</style>