Shades of Royal Heath #AD4173
Tints of Royal Heath #AD4173
RGB
CMYK
RGB Variations
Color information
#AD4173 (or 0xAD4173) is known color: Royal Heath. HEX triplet: AD, 41 and 73. RGB value is (173,65,115). Sum of RGB (Red+Green+Blue) = 173+65+115=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4173 is #52BE8C. Grayscale: #666666. Windows color (decimal): -5422733 or 7553453. OLE color: 7553453.
HSL color Cylindrical-coordinate representation of color #AD4173: hue angle of 332.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4173 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 115 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.32 |
| HSL | 332.22º | 0.45% | 0.47% | - |
| HSV(B) | 332.22º | 0.62% | 0.68% | - |
| XYZ | 22.22 | 13.9 | 17.73 | - |
| YUV | 102.99 | 134.78 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 115 | 0 | 0.62 | 0.34 | 0.32 | 332.22 | 0.45 | 0.47 |
| Hex | AD | 41 | 73 | 0 | 3E | 22 | 20 | 14C | 2D | 2F |
| Octal | 255 | 101 | 163 | 0 | 76 | 42 | 40 | 514 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1110011 | 0 | 111110 | 100010 | 100000 | 101001100 | 101101 | 101111 |
Color Harmonies of #AD4173
Complementary color
Monochromatic Colors of #AD4173
Black with #AD4173
Text Example
Text Example
White with #AD4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4173; }
p { color: rgb(173,65,115); }
H1.HeaderClassName
{
color: #AD4173;
}
.AnyTagClassName
{
color: #AD4173;
}
</style>
background-color css
<style>
a { background-color: #AD4173; }
a { background-color: rgb(173,65,115); }
div.DivClassName
{
background-color: #AD4173;
}
.BgClassName
{
background-color: #AD4173;
}
</style>
border-color css
<style>
span { border-color: #AD4173; }
span { border-color: rgb(173,65,115); }
td.TdClassName
{
border-color: #AD4173;
}
.TagClassName
{
border-color: #AD4173;
}
</style>