Shades of Royal Heath #A84275
Tints of Royal Heath #A84275
RGB
CMYK
RGB Variations
Color information
#A84275 (or 0xA84275) is known color: Royal Heath. HEX triplet: A8, 42 and 75. RGB value is (168,66,117). Sum of RGB (Red+Green+Blue) = 168+66+117=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A84275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84275 is #57BD8A. Grayscale: #666666. Windows color (decimal): -5750155 or 7684776. OLE color: 7684776.
HSL color Cylindrical-coordinate representation of color #A84275: hue angle of 330º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84275 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 117 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.34 |
| HSL | 330º | 0.44% | 0.46% | - |
| HSV(B) | 330º | 0.61% | 0.66% | - |
| XYZ | 21.31 | 13.51 | 18.31 | - |
| YUV | 102.31 | 136.29 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 117 | 0 | 0.61 | 0.30 | 0.34 | 330 | 0.44 | 0.46 |
| Hex | A8 | 42 | 75 | 0 | 3D | 1E | 22 | 14A | 2C | 2E |
| Octal | 250 | 102 | 165 | 0 | 75 | 36 | 42 | 512 | 54 | 56 |
| Binary | 10101000 | 1000010 | 1110101 | 0 | 111101 | 11110 | 100010 | 101001010 | 101100 | 101110 |
Color Harmonies of #A84275
Complementary color
Monochromatic Colors of #A84275
Black with #A84275
Text Example
Text Example
White with #A84275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84275; }
p { color: rgb(168,66,117); }
H1.HeaderClassName
{
color: #A84275;
}
.AnyTagClassName
{
color: #A84275;
}
</style>
background-color css
<style>
a { background-color: #A84275; }
a { background-color: rgb(168,66,117); }
div.DivClassName
{
background-color: #A84275;
}
.BgClassName
{
background-color: #A84275;
}
</style>
border-color css
<style>
span { border-color: #A84275; }
span { border-color: rgb(168,66,117); }
td.TdClassName
{
border-color: #A84275;
}
.TagClassName
{
border-color: #A84275;
}
</style>