Shades of Royal Heath #A25574
Tints of Royal Heath #A25574
RGB
CMYK
RGB Variations
Color information
#A25574 (or 0xA25574) is known color: Royal Heath. HEX triplet: A2, 55 and 74. RGB value is (162,85,116). Sum of RGB (Red+Green+Blue) = 162+85+116=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25574 is #5DAA8B. Grayscale: #6F6F6F. Windows color (decimal): -6138508 or 7624098. OLE color: 7624098.
HSL color Cylindrical-coordinate representation of color #A25574: hue angle of 335.84º 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 #A25574 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 85 | 116 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.36 |
| HSL | 335.84º | 0.31% | 0.48% | - |
| HSV(B) | 335.84º | 0.48% | 0.64% | - |
| XYZ | 21.3 | 15.44 | 18.38 | - |
| YUV | 111.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 116 | 0 | 0.48 | 0.28 | 0.36 | 335.84 | 0.31 | 0.48 |
| Hex | A2 | 55 | 74 | 0 | 30 | 1C | 24 | 150 | 1F | 30 |
| Octal | 242 | 125 | 164 | 0 | 60 | 34 | 44 | 520 | 37 | 60 |
| Binary | 10100010 | 1010101 | 1110100 | 0 | 110000 | 11100 | 100100 | 101010000 | 11111 | 110000 |
Color Harmonies of #A25574
Complementary color
Monochromatic Colors of #A25574
Black with #A25574
Text Example
Text Example
White with #A25574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25574; }
p { color: rgb(162,85,116); }
H1.HeaderClassName
{
color: #A25574;
}
.AnyTagClassName
{
color: #A25574;
}
</style>
background-color css
<style>
a { background-color: #A25574; }
a { background-color: rgb(162,85,116); }
div.DivClassName
{
background-color: #A25574;
}
.BgClassName
{
background-color: #A25574;
}
</style>
border-color css
<style>
span { border-color: #A25574; }
span { border-color: rgb(162,85,116); }
td.TdClassName
{
border-color: #A25574;
}
.TagClassName
{
border-color: #A25574;
}
</style>