Shades of Royal Heath #A85274
Tints of Royal Heath #A85274
RGB
CMYK
RGB Variations
Color information
#A85274 (or 0xA85274) is known color: Royal Heath. HEX triplet: A8, 52 and 74. RGB value is (168,82,116). Sum of RGB (Red+Green+Blue) = 168+82+116=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A85274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85274 is #57AD8B. Grayscale: #6F6F6F. Windows color (decimal): -5746060 or 7623336. OLE color: 7623336.
HSL color Cylindrical-coordinate representation of color #A85274: hue angle of 336.28º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85274 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 82 | 116 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.34 |
| HSL | 336.28º | 0.34% | 0.49% | - |
| HSV(B) | 336.28º | 0.51% | 0.66% | - |
| XYZ | 22.32 | 15.62 | 18.36 | - |
| YUV | 111.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 82 | 116 | 0 | 0.51 | 0.31 | 0.34 | 336.28 | 0.34 | 0.49 |
| Hex | A8 | 52 | 74 | 0 | 33 | 1F | 22 | 150 | 22 | 31 |
| Octal | 250 | 122 | 164 | 0 | 63 | 37 | 42 | 520 | 42 | 61 |
| Binary | 10101000 | 1010010 | 1110100 | 0 | 110011 | 11111 | 100010 | 101010000 | 100010 | 110001 |
Color Harmonies of #A85274
Complementary color
Monochromatic Colors of #A85274
Black with #A85274
Text Example
Text Example
White with #A85274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85274; }
p { color: rgb(168,82,116); }
H1.HeaderClassName
{
color: #A85274;
}
.AnyTagClassName
{
color: #A85274;
}
</style>
background-color css
<style>
a { background-color: #A85274; }
a { background-color: rgb(168,82,116); }
div.DivClassName
{
background-color: #A85274;
}
.BgClassName
{
background-color: #A85274;
}
</style>
border-color css
<style>
span { border-color: #A85274; }
span { border-color: rgb(168,82,116); }
td.TdClassName
{
border-color: #A85274;
}
.TagClassName
{
border-color: #A85274;
}
</style>