Shades of Royal Heath #A25076
Tints of Royal Heath #A25076
RGB
CMYK
RGB Variations
Color information
#A25076 (or 0xA25076) is known color: Royal Heath. HEX triplet: A2, 50 and 76. RGB value is (162,80,118). Sum of RGB (Red+Green+Blue) = 162+80+118=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A25076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25076 is #5DAF89. Grayscale: #6C6C6C. Windows color (decimal): -6139786 or 7753890. OLE color: 7753890.
HSL color Cylindrical-coordinate representation of color #A25076: hue angle of 332.2º 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 #A25076 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 118 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.36 |
| HSL | 332.2º | 0.34% | 0.47% | - |
| HSV(B) | 332.2º | 0.51% | 0.64% | - |
| XYZ | 21.04 | 14.73 | 18.87 | - |
| YUV | 108.85 | 133.17 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 118 | 0 | 0.51 | 0.27 | 0.36 | 332.2 | 0.34 | 0.47 |
| Hex | A2 | 50 | 76 | 0 | 33 | 1B | 24 | 14C | 22 | 2F |
| Octal | 242 | 120 | 166 | 0 | 63 | 33 | 44 | 514 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1110110 | 0 | 110011 | 11011 | 100100 | 101001100 | 100010 | 101111 |
Color Harmonies of #A25076
Complementary color
Monochromatic Colors of #A25076
Black with #A25076
Text Example
Text Example
White with #A25076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25076; }
p { color: rgb(162,80,118); }
H1.HeaderClassName
{
color: #A25076;
}
.AnyTagClassName
{
color: #A25076;
}
</style>
background-color css
<style>
a { background-color: #A25076; }
a { background-color: rgb(162,80,118); }
div.DivClassName
{
background-color: #A25076;
}
.BgClassName
{
background-color: #A25076;
}
</style>
border-color css
<style>
span { border-color: #A25076; }
span { border-color: rgb(162,80,118); }
td.TdClassName
{
border-color: #A25076;
}
.TagClassName
{
border-color: #A25076;
}
</style>