Shades of Royal Heath #AD4378
Tints of Royal Heath #AD4378
RGB
CMYK
RGB Variations
Color information
#AD4378 (or 0xAD4378) is known color: Royal Heath. HEX triplet: AD, 43 and 78. RGB value is (173,67,120). Sum of RGB (Red+Green+Blue) = 173+67+120=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4378 is #52BC87. Grayscale: #686868. Windows color (decimal): -5422216 or 7881645. OLE color: 7881645.
HSL color Cylindrical-coordinate representation of color #AD4378: hue angle of 330º 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 #AD4378 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 120 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.32 |
| HSL | 330º | 0.44% | 0.47% | - |
| HSV(B) | 330º | 0.61% | 0.68% | - |
| XYZ | 22.63 | 14.25 | 19.33 | - |
| YUV | 104.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 120 | 0 | 0.61 | 0.31 | 0.32 | 330 | 0.44 | 0.47 |
| Hex | AD | 43 | 78 | 0 | 3D | 1F | 20 | 14A | 2C | 2F |
| Octal | 255 | 103 | 170 | 0 | 75 | 37 | 40 | 512 | 54 | 57 |
| Binary | 10101101 | 1000011 | 1111000 | 0 | 111101 | 11111 | 100000 | 101001010 | 101100 | 101111 |
Color Harmonies of #AD4378
Complementary color
Monochromatic Colors of #AD4378
Black with #AD4378
Text Example
Text Example
White with #AD4378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4378; }
p { color: rgb(173,67,120); }
H1.HeaderClassName
{
color: #AD4378;
}
.AnyTagClassName
{
color: #AD4378;
}
</style>
background-color css
<style>
a { background-color: #AD4378; }
a { background-color: rgb(173,67,120); }
div.DivClassName
{
background-color: #AD4378;
}
.BgClassName
{
background-color: #AD4378;
}
</style>
border-color css
<style>
span { border-color: #AD4378; }
span { border-color: rgb(173,67,120); }
td.TdClassName
{
border-color: #AD4378;
}
.TagClassName
{
border-color: #AD4378;
}
</style>