Shades of Royal Heath #A84F82
Tints of Royal Heath #A84F82
RGB
CMYK
RGB Variations
Color information
#A84F82 (or 0xA84F82) is known color: Royal Heath. HEX triplet: A8, 4F and 82. RGB value is (168,79,130). Sum of RGB (Red+Green+Blue) = 168+79+130=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84F82 is #57B07D. Grayscale: #6F6F6F. Windows color (decimal): -5746814 or 8540072. OLE color: 8540072.
HSL color Cylindrical-coordinate representation of color #A84F82: hue angle of 325.62º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A84F82 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 79 | 130 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.34 |
| HSL | 325.62º | 0.36% | 0.48% | - |
| HSV(B) | 325.62º | 0.53% | 0.66% | - |
| XYZ | 22.97 | 15.53 | 22.91 | - |
| YUV | 111.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 130 | 0 | 0.53 | 0.23 | 0.34 | 325.62 | 0.36 | 0.48 |
| Hex | A8 | 4F | 82 | 0 | 35 | 17 | 22 | 146 | 24 | 30 |
| Octal | 250 | 117 | 202 | 0 | 65 | 27 | 42 | 506 | 44 | 60 |
| Binary | 10101000 | 1001111 | 10000010 | 0 | 110101 | 10111 | 100010 | 101000110 | 100100 | 110000 |
Color Harmonies of #A84F82
Complementary color
Monochromatic Colors of #A84F82
Black with #A84F82
Text Example
Text Example
White with #A84F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84F82; }
p { color: rgb(168,79,130); }
H1.HeaderClassName
{
color: #A84F82;
}
.AnyTagClassName
{
color: #A84F82;
}
</style>
background-color css
<style>
a { background-color: #A84F82; }
a { background-color: rgb(168,79,130); }
div.DivClassName
{
background-color: #A84F82;
}
.BgClassName
{
background-color: #A84F82;
}
</style>
border-color css
<style>
span { border-color: #A84F82; }
span { border-color: rgb(168,79,130); }
td.TdClassName
{
border-color: #A84F82;
}
.TagClassName
{
border-color: #A84F82;
}
</style>