Shades of Royal Heath #A25878
Tints of Royal Heath #A25878
RGB
CMYK
RGB Variations
Color information
#A25878 (or 0xA25878) is known color: Royal Heath. HEX triplet: A2, 58 and 78. RGB value is (162,88,120). Sum of RGB (Red+Green+Blue) = 162+88+120=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25878 is #5DA787. Grayscale: #717171. Windows color (decimal): -6137736 or 7887010. OLE color: 7887010.
HSL color Cylindrical-coordinate representation of color #A25878: hue angle of 334.05º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25878 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 88 | 120 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.36 |
| HSL | 334.05º | 0.3% | 0.49% | - |
| HSV(B) | 334.05º | 0.46% | 0.64% | - |
| XYZ | 21.78 | 16.02 | 19.71 | - |
| YUV | 113.77 | 131.52 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 88 | 120 | 0 | 0.46 | 0.26 | 0.36 | 334.05 | 0.3 | 0.49 |
| Hex | A2 | 58 | 78 | 0 | 2E | 1A | 24 | 14E | 1E | 31 |
| Octal | 242 | 130 | 170 | 0 | 56 | 32 | 44 | 516 | 36 | 61 |
| Binary | 10100010 | 1011000 | 1111000 | 0 | 101110 | 11010 | 100100 | 101001110 | 11110 | 110001 |
Color Harmonies of #A25878
Complementary color
Monochromatic Colors of #A25878
Black with #A25878
Text Example
Text Example
White with #A25878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25878; }
p { color: rgb(162,88,120); }
H1.HeaderClassName
{
color: #A25878;
}
.AnyTagClassName
{
color: #A25878;
}
</style>
background-color css
<style>
a { background-color: #A25878; }
a { background-color: rgb(162,88,120); }
div.DivClassName
{
background-color: #A25878;
}
.BgClassName
{
background-color: #A25878;
}
</style>
border-color css
<style>
span { border-color: #A25878; }
span { border-color: rgb(162,88,120); }
td.TdClassName
{
border-color: #A25878;
}
.TagClassName
{
border-color: #A25878;
}
</style>