Shades of Royal Heath #A65877
Tints of Royal Heath #A65877
RGB
CMYK
RGB Variations
Color information
#A65877 (or 0xA65877) is known color: Royal Heath. HEX triplet: A6, 58 and 77. RGB value is (166,88,119). Sum of RGB (Red+Green+Blue) = 166+88+119=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A65877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65877 is #59A788. Grayscale: #727272. Windows color (decimal): -5875593 or 7821478. OLE color: 7821478.
HSL color Cylindrical-coordinate representation of color #A65877: hue angle of 336.15º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65877 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 119 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.35 |
| HSL | 336.15º | 0.31% | 0.5% | - |
| HSV(B) | 336.15º | 0.47% | 0.65% | - |
| XYZ | 22.55 | 16.42 | 19.43 | - |
| YUV | 114.86 | 130.34 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 119 | 0 | 0.47 | 0.28 | 0.35 | 336.15 | 0.31 | 0.5 |
| Hex | A6 | 58 | 77 | 0 | 2F | 1C | 23 | 150 | 1F | 32 |
| Octal | 246 | 130 | 167 | 0 | 57 | 34 | 43 | 520 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1110111 | 0 | 101111 | 11100 | 100011 | 101010000 | 11111 | 110010 |
Color Harmonies of #A65877
Complementary color
Monochromatic Colors of #A65877
Black with #A65877
Text Example
Text Example
White with #A65877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65877; }
p { color: rgb(166,88,119); }
H1.HeaderClassName
{
color: #A65877;
}
.AnyTagClassName
{
color: #A65877;
}
</style>
background-color css
<style>
a { background-color: #A65877; }
a { background-color: rgb(166,88,119); }
div.DivClassName
{
background-color: #A65877;
}
.BgClassName
{
background-color: #A65877;
}
</style>
border-color css
<style>
span { border-color: #A65877; }
span { border-color: rgb(166,88,119); }
td.TdClassName
{
border-color: #A65877;
}
.TagClassName
{
border-color: #A65877;
}
</style>