Shades of Royal Heath #A25078
Tints of Royal Heath #A25078
RGB
CMYK
RGB Variations
Color information
#A25078 (or 0xA25078) is known color: Royal Heath. HEX triplet: A2, 50 and 78. RGB value is (162,80,120). Sum of RGB (Red+Green+Blue) = 162+80+120=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A25078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25078 is #5DAF87. Grayscale: #6D6D6D. Windows color (decimal): -6139784 or 7884962. OLE color: 7884962.
HSL color Cylindrical-coordinate representation of color #A25078: hue angle of 330.73º 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 #A25078 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 120 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.36 |
| HSL | 330.73º | 0.34% | 0.47% | - |
| HSV(B) | 330.73º | 0.51% | 0.64% | - |
| XYZ | 21.16 | 14.77 | 19.51 | - |
| YUV | 109.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 120 | 0 | 0.51 | 0.26 | 0.36 | 330.73 | 0.34 | 0.47 |
| Hex | A2 | 50 | 78 | 0 | 33 | 1A | 24 | 14B | 22 | 2F |
| Octal | 242 | 120 | 170 | 0 | 63 | 32 | 44 | 513 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1111000 | 0 | 110011 | 11010 | 100100 | 101001011 | 100010 | 101111 |
Color Harmonies of #A25078
Complementary color
Monochromatic Colors of #A25078
Black with #A25078
Text Example
Text Example
White with #A25078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25078; }
p { color: rgb(162,80,120); }
H1.HeaderClassName
{
color: #A25078;
}
.AnyTagClassName
{
color: #A25078;
}
</style>
background-color css
<style>
a { background-color: #A25078; }
a { background-color: rgb(162,80,120); }
div.DivClassName
{
background-color: #A25078;
}
.BgClassName
{
background-color: #A25078;
}
</style>
border-color css
<style>
span { border-color: #A25078; }
span { border-color: rgb(162,80,120); }
td.TdClassName
{
border-color: #A25078;
}
.TagClassName
{
border-color: #A25078;
}
</style>