Shades of Royal Heath #A25075
Tints of Royal Heath #A25075
RGB
CMYK
RGB Variations
Color information
#A25075 (or 0xA25075) is known color: Royal Heath. HEX triplet: A2, 50 and 75. RGB value is (162,80,117). Sum of RGB (Red+Green+Blue) = 162+80+117=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A25075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25075 is #5DAF8A. Grayscale: #6C6C6C. Windows color (decimal): -6139787 or 7688354. OLE color: 7688354.
HSL color Cylindrical-coordinate representation of color #A25075: hue angle of 332.93º 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 #A25075 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 117 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.36 |
| HSL | 332.93º | 0.34% | 0.47% | - |
| HSV(B) | 332.93º | 0.51% | 0.64% | - |
| XYZ | 20.98 | 14.7 | 18.56 | - |
| YUV | 108.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 117 | 0 | 0.51 | 0.28 | 0.36 | 332.93 | 0.34 | 0.47 |
| Hex | A2 | 50 | 75 | 0 | 33 | 1C | 24 | 14D | 22 | 2F |
| Octal | 242 | 120 | 165 | 0 | 63 | 34 | 44 | 515 | 42 | 57 |
| Binary | 10100010 | 1010000 | 1110101 | 0 | 110011 | 11100 | 100100 | 101001101 | 100010 | 101111 |
Color Harmonies of #A25075
Complementary color
Monochromatic Colors of #A25075
Black with #A25075
Text Example
Text Example
White with #A25075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25075; }
p { color: rgb(162,80,117); }
H1.HeaderClassName
{
color: #A25075;
}
.AnyTagClassName
{
color: #A25075;
}
</style>
background-color css
<style>
a { background-color: #A25075; }
a { background-color: rgb(162,80,117); }
div.DivClassName
{
background-color: #A25075;
}
.BgClassName
{
background-color: #A25075;
}
</style>
border-color css
<style>
span { border-color: #A25075; }
span { border-color: rgb(162,80,117); }
td.TdClassName
{
border-color: #A25075;
}
.TagClassName
{
border-color: #A25075;
}
</style>