Shades of Royal Heath #A84B80
Tints of Royal Heath #A84B80
RGB
CMYK
RGB Variations
Color information
#A84B80 (or 0xA84B80) is known color: Royal Heath. HEX triplet: A8, 4B and 80. RGB value is (168,75,128). Sum of RGB (Red+Green+Blue) = 168+75+128=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84B80 is #57B47F. Grayscale: #6C6C6C. Windows color (decimal): -5747840 or 8407976. OLE color: 8407976.
HSL color Cylindrical-coordinate representation of color #A84B80: hue angle of 325.81º 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 #A84B80 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 75 | 128 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.34 |
| HSL | 325.81º | 0.38% | 0.48% | - |
| HSV(B) | 325.81º | 0.55% | 0.66% | - |
| XYZ | 22.56 | 14.92 | 22.11 | - |
| YUV | 108.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 128 | 0 | 0.55 | 0.24 | 0.34 | 325.81 | 0.38 | 0.48 |
| Hex | A8 | 4B | 80 | 0 | 37 | 18 | 22 | 146 | 26 | 30 |
| Octal | 250 | 113 | 200 | 0 | 67 | 30 | 42 | 506 | 46 | 60 |
| Binary | 10101000 | 1001011 | 10000000 | 0 | 110111 | 11000 | 100010 | 101000110 | 100110 | 110000 |
Color Harmonies of #A84B80
Complementary color
Monochromatic Colors of #A84B80
Black with #A84B80
Text Example
Text Example
White with #A84B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84B80; }
p { color: rgb(168,75,128); }
H1.HeaderClassName
{
color: #A84B80;
}
.AnyTagClassName
{
color: #A84B80;
}
</style>
background-color css
<style>
a { background-color: #A84B80; }
a { background-color: rgb(168,75,128); }
div.DivClassName
{
background-color: #A84B80;
}
.BgClassName
{
background-color: #A84B80;
}
</style>
border-color css
<style>
span { border-color: #A84B80; }
span { border-color: rgb(168,75,128); }
td.TdClassName
{
border-color: #A84B80;
}
.TagClassName
{
border-color: #A84B80;
}
</style>