Shades of Royal Heath #A84B6D
Tints of Royal Heath #A84B6D
RGB
CMYK
RGB Variations
Color information
#A84B6D (or 0xA84B6D) is known color: Royal Heath. HEX triplet: A8, 4B and 6D. RGB value is (168,75,109). Sum of RGB (Red+Green+Blue) = 168+75+109=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84B6D is #57B492. Grayscale: #6A6A6A. Windows color (decimal): -5747859 or 7162792. OLE color: 7162792.
HSL color Cylindrical-coordinate representation of color #A84B6D: hue angle of 338.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84B6D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 109 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.34 |
| HSL | 338.06º | 0.38% | 0.48% | - |
| HSV(B) | 338.06º | 0.55% | 0.66% | - |
| XYZ | 21.42 | 14.46 | 16.13 | - |
| YUV | 106.68 | 129.31 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 109 | 0 | 0.55 | 0.35 | 0.34 | 338.06 | 0.38 | 0.48 |
| Hex | A8 | 4B | 6D | 0 | 37 | 23 | 22 | 152 | 26 | 30 |
| Octal | 250 | 113 | 155 | 0 | 67 | 43 | 42 | 522 | 46 | 60 |
| Binary | 10101000 | 1001011 | 1101101 | 0 | 110111 | 100011 | 100010 | 101010010 | 100110 | 110000 |
Color Harmonies of #A84B6D
Complementary color
Monochromatic Colors of #A84B6D
Black with #A84B6D
Text Example
Text Example
White with #A84B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B6D; }
p { color: rgb(168,75,109); }
H1.HeaderClassName
{
color: #A84B6D;
}
.AnyTagClassName
{
color: #A84B6D;
}
</style>
background-color css
<style>
a { background-color: #A84B6D; }
a { background-color: rgb(168,75,109); }
div.DivClassName
{
background-color: #A84B6D;
}
.BgClassName
{
background-color: #A84B6D;
}
</style>
border-color css
<style>
span { border-color: #A84B6D; }
span { border-color: rgb(168,75,109); }
td.TdClassName
{
border-color: #A84B6D;
}
.TagClassName
{
border-color: #A84B6D;
}
</style>