Shades of Royal Heath #A95681
Tints of Royal Heath #A95681
RGB
CMYK
RGB Variations
Color information
#A95681 (or 0xA95681) is known color: Royal Heath. HEX triplet: A9, 56 and 81. RGB value is (169,86,129). Sum of RGB (Red+Green+Blue) = 169+86+129=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95681 is #56A97E. Grayscale: #737373. Windows color (decimal): -5679487 or 8476329. OLE color: 8476329.
HSL color Cylindrical-coordinate representation of color #A95681: hue angle of 328.92º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95681 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 129 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.34 |
| HSL | 328.92º | 0.33% | 0.5% | - |
| HSV(B) | 328.92º | 0.49% | 0.66% | - |
| XYZ | 23.65 | 16.68 | 22.74 | - |
| YUV | 115.72 | 135.5 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 129 | 0 | 0.49 | 0.24 | 0.34 | 328.92 | 0.33 | 0.5 |
| Hex | A9 | 56 | 81 | 0 | 31 | 18 | 22 | 149 | 21 | 32 |
| Octal | 251 | 126 | 201 | 0 | 61 | 30 | 42 | 511 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10000001 | 0 | 110001 | 11000 | 100010 | 101001001 | 100001 | 110010 |
Color Harmonies of #A95681
Complementary color
Monochromatic Colors of #A95681
Black with #A95681
Text Example
Text Example
White with #A95681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95681; }
p { color: rgb(169,86,129); }
H1.HeaderClassName
{
color: #A95681;
}
.AnyTagClassName
{
color: #A95681;
}
</style>
background-color css
<style>
a { background-color: #A95681; }
a { background-color: rgb(169,86,129); }
div.DivClassName
{
background-color: #A95681;
}
.BgClassName
{
background-color: #A95681;
}
</style>
border-color css
<style>
span { border-color: #A95681; }
span { border-color: rgb(169,86,129); }
td.TdClassName
{
border-color: #A95681;
}
.TagClassName
{
border-color: #A95681;
}
</style>