Shades of Royal Heath #A25578
Tints of Royal Heath #A25578
RGB
CMYK
RGB Variations
Color information
#A25578 (or 0xA25578) is known color: Royal Heath. HEX triplet: A2, 55 and 78. RGB value is (162,85,120). Sum of RGB (Red+Green+Blue) = 162+85+120=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A25578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25578 is #5DAA87. Grayscale: #6F6F6F. Windows color (decimal): -6138504 or 7886242. OLE color: 7886242.
HSL color Cylindrical-coordinate representation of color #A25578: hue angle of 332.73º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25578 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 120 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.36 |
| HSL | 332.73º | 0.31% | 0.48% | - |
| HSV(B) | 332.73º | 0.48% | 0.64% | - |
| XYZ | 21.54 | 15.53 | 19.63 | - |
| YUV | 112.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 120 | 0 | 0.48 | 0.26 | 0.36 | 332.73 | 0.31 | 0.48 |
| Hex | A2 | 55 | 78 | 0 | 30 | 1A | 24 | 14D | 1F | 30 |
| Octal | 242 | 125 | 170 | 0 | 60 | 32 | 44 | 515 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1111000 | 0 | 110000 | 11010 | 100100 | 101001101 | 11111 | 110000 |
Color Harmonies of #A25578
Complementary color
Monochromatic Colors of #A25578
Black with #A25578
Text Example
Text Example
White with #A25578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25578; }
p { color: rgb(162,85,120); }
H1.HeaderClassName
{
color: #A25578;
}
.AnyTagClassName
{
color: #A25578;
}
</style>
background-color css
<style>
a { background-color: #A25578; }
a { background-color: rgb(162,85,120); }
div.DivClassName
{
background-color: #A25578;
}
.BgClassName
{
background-color: #A25578;
}
</style>
border-color css
<style>
span { border-color: #A25578; }
span { border-color: rgb(162,85,120); }
td.TdClassName
{
border-color: #A25578;
}
.TagClassName
{
border-color: #A25578;
}
</style>