Shades of Royal Heath #AD4379
Tints of Royal Heath #AD4379
RGB
CMYK
RGB Variations
Color information
#AD4379 (or 0xAD4379) is known color: Royal Heath. HEX triplet: AD, 43 and 79. RGB value is (173,67,121). Sum of RGB (Red+Green+Blue) = 173+67+121=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4379 is #52BC86. Grayscale: #686868. Windows color (decimal): -5422215 or 7947181. OLE color: 7947181.
HSL color Cylindrical-coordinate representation of color #AD4379: hue angle of 329.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4379 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 121 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.32 |
| HSL | 329.43º | 0.44% | 0.47% | - |
| HSV(B) | 329.43º | 0.61% | 0.68% | - |
| XYZ | 22.69 | 14.28 | 19.65 | - |
| YUV | 104.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 121 | 0 | 0.61 | 0.30 | 0.32 | 329.43 | 0.44 | 0.47 |
| Hex | AD | 43 | 79 | 0 | 3D | 1E | 20 | 149 | 2C | 2F |
| Octal | 255 | 103 | 171 | 0 | 75 | 36 | 40 | 511 | 54 | 57 |
| Binary | 10101101 | 1000011 | 1111001 | 0 | 111101 | 11110 | 100000 | 101001001 | 101100 | 101111 |
Color Harmonies of #AD4379
Complementary color
Monochromatic Colors of #AD4379
Black with #AD4379
Text Example
Text Example
White with #AD4379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4379; }
p { color: rgb(173,67,121); }
H1.HeaderClassName
{
color: #AD4379;
}
.AnyTagClassName
{
color: #AD4379;
}
</style>
background-color css
<style>
a { background-color: #AD4379; }
a { background-color: rgb(173,67,121); }
div.DivClassName
{
background-color: #AD4379;
}
.BgClassName
{
background-color: #AD4379;
}
</style>
border-color css
<style>
span { border-color: #AD4379; }
span { border-color: rgb(173,67,121); }
td.TdClassName
{
border-color: #AD4379;
}
.TagClassName
{
border-color: #AD4379;
}
</style>