Shades of Royal Heath #A6587C
Tints of Royal Heath #A6587C
RGB
CMYK
RGB Variations
Color information
#A6587C (or 0xA6587C) is known color: Royal Heath. HEX triplet: A6, 58 and 7C. RGB value is (166,88,124). Sum of RGB (Red+Green+Blue) = 166+88+124=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6587C is #59A783. Grayscale: #737373. Windows color (decimal): -5875588 or 8149158. OLE color: 8149158.
HSL color Cylindrical-coordinate representation of color #A6587C: hue angle of 332.31º 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 #A6587C is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 88 | 124 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.35 |
| HSL | 332.31º | 0.31% | 0.5% | - |
| HSV(B) | 332.31º | 0.47% | 0.65% | - |
| XYZ | 22.85 | 16.54 | 21.06 | - |
| YUV | 115.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 88 | 124 | 0 | 0.47 | 0.25 | 0.35 | 332.31 | 0.31 | 0.5 |
| Hex | A6 | 58 | 7C | 0 | 2F | 19 | 23 | 14C | 1F | 32 |
| Octal | 246 | 130 | 174 | 0 | 57 | 31 | 43 | 514 | 37 | 62 |
| Binary | 10100110 | 1011000 | 1111100 | 0 | 101111 | 11001 | 100011 | 101001100 | 11111 | 110010 |
Color Harmonies of #A6587C
Complementary color
Monochromatic Colors of #A6587C
Black with #A6587C
Text Example
Text Example
White with #A6587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6587C; }
p { color: rgb(166,88,124); }
H1.HeaderClassName
{
color: #A6587C;
}
.AnyTagClassName
{
color: #A6587C;
}
</style>
background-color css
<style>
a { background-color: #A6587C; }
a { background-color: rgb(166,88,124); }
div.DivClassName
{
background-color: #A6587C;
}
.BgClassName
{
background-color: #A6587C;
}
</style>
border-color css
<style>
span { border-color: #A6587C; }
span { border-color: rgb(166,88,124); }
td.TdClassName
{
border-color: #A6587C;
}
.TagClassName
{
border-color: #A6587C;
}
</style>