Shades of Royal Heath #A25073
Tints of Royal Heath #A25073
RGB
CMYK
RGB Variations
Color information
#A25073 (or 0xA25073) is known color: Royal Heath. HEX triplet: A2, 50 and 73. RGB value is (162,80,115). Sum of RGB (Red+Green+Blue) = 162+80+115=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A25073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25073 is #5DAF8C. Grayscale: #6C6C6C. Windows color (decimal): -6139789 or 7557282. OLE color: 7557282.
HSL color Cylindrical-coordinate representation of color #A25073: hue angle of 334.39º 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 #A25073 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 115 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.36 |
| HSL | 334.39º | 0.34% | 0.47% | - |
| HSV(B) | 334.39º | 0.51% | 0.64% | - |
| XYZ | 20.86 | 14.66 | 17.95 | - |
| YUV | 108.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 115 | 0 | 0.51 | 0.29 | 0.36 | 334.39 | 0.34 | 0.47 |
| Hex | A2 | 50 | 73 | 0 | 33 | 1D | 24 | 14E | 22 | 2F |
| Octal | 242 | 120 | 163 | 0 | 63 | 35 | 44 | 516 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1110011 | 0 | 110011 | 11101 | 100100 | 101001110 | 100010 | 101111 |
Color Harmonies of #A25073
Complementary color
Monochromatic Colors of #A25073
Black with #A25073
Text Example
Text Example
White with #A25073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25073; }
p { color: rgb(162,80,115); }
H1.HeaderClassName
{
color: #A25073;
}
.AnyTagClassName
{
color: #A25073;
}
</style>
background-color css
<style>
a { background-color: #A25073; }
a { background-color: rgb(162,80,115); }
div.DivClassName
{
background-color: #A25073;
}
.BgClassName
{
background-color: #A25073;
}
</style>
border-color css
<style>
span { border-color: #A25073; }
span { border-color: rgb(162,80,115); }
td.TdClassName
{
border-color: #A25073;
}
.TagClassName
{
border-color: #A25073;
}
</style>