Shades of Royal Heath #A25377
Tints of Royal Heath #A25377
RGB
CMYK
RGB Variations
Color information
#A25377 (or 0xA25377) is known color: Royal Heath. HEX triplet: A2, 53 and 77. RGB value is (162,83,119). Sum of RGB (Red+Green+Blue) = 162+83+119=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25377 is #5DAC88. Grayscale: #6E6E6E. Windows color (decimal): -6139017 or 7820194. OLE color: 7820194.
HSL color Cylindrical-coordinate representation of color #A25377: hue angle of 332.66º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25377 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 83 | 119 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.36 |
| HSL | 332.66º | 0.32% | 0.48% | - |
| HSV(B) | 332.66º | 0.49% | 0.64% | - |
| XYZ | 21.32 | 15.2 | 19.26 | - |
| YUV | 110.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 83 | 119 | 0 | 0.49 | 0.27 | 0.36 | 332.66 | 0.32 | 0.48 |
| Hex | A2 | 53 | 77 | 0 | 31 | 1B | 24 | 14D | 20 | 30 |
| Octal | 242 | 123 | 167 | 0 | 61 | 33 | 44 | 515 | 40 | 60 |
| Binary | 10100010 | 1010011 | 1110111 | 0 | 110001 | 11011 | 100100 | 101001101 | 100000 | 110000 |
Color Harmonies of #A25377
Complementary color
Monochromatic Colors of #A25377
Black with #A25377
Text Example
Text Example
White with #A25377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25377; }
p { color: rgb(162,83,119); }
H1.HeaderClassName
{
color: #A25377;
}
.AnyTagClassName
{
color: #A25377;
}
</style>
background-color css
<style>
a { background-color: #A25377; }
a { background-color: rgb(162,83,119); }
div.DivClassName
{
background-color: #A25377;
}
.BgClassName
{
background-color: #A25377;
}
</style>
border-color css
<style>
span { border-color: #A25377; }
span { border-color: rgb(162,83,119); }
td.TdClassName
{
border-color: #A25377;
}
.TagClassName
{
border-color: #A25377;
}
</style>