Shades of Royal Heath #AD4178
Tints of Royal Heath #AD4178
RGB
CMYK
RGB Variations
Color information
#AD4178 (or 0xAD4178) is known color: Royal Heath. HEX triplet: AD, 41 and 78. RGB value is (173,65,120). Sum of RGB (Red+Green+Blue) = 173+65+120=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4178 is #52BE87. Grayscale: #676767. Windows color (decimal): -5422728 or 7881133. OLE color: 7881133.
HSL color Cylindrical-coordinate representation of color #AD4178: hue angle of 329.44º 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 #AD4178 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 120 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.32 |
| HSL | 329.44º | 0.45% | 0.47% | - |
| HSV(B) | 329.44º | 0.62% | 0.68% | - |
| XYZ | 22.51 | 14.02 | 19.29 | - |
| YUV | 103.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 120 | 0 | 0.62 | 0.31 | 0.32 | 329.44 | 0.45 | 0.47 |
| Hex | AD | 41 | 78 | 0 | 3E | 1F | 20 | 149 | 2D | 2F |
| Octal | 255 | 101 | 170 | 0 | 76 | 37 | 40 | 511 | 55 | 57 |
| Binary | 10101101 | 1000001 | 1111000 | 0 | 111110 | 11111 | 100000 | 101001001 | 101101 | 101111 |
Color Harmonies of #AD4178
Complementary color
Monochromatic Colors of #AD4178
Black with #AD4178
Text Example
Text Example
White with #AD4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4178; }
p { color: rgb(173,65,120); }
H1.HeaderClassName
{
color: #AD4178;
}
.AnyTagClassName
{
color: #AD4178;
}
</style>
background-color css
<style>
a { background-color: #AD4178; }
a { background-color: rgb(173,65,120); }
div.DivClassName
{
background-color: #AD4178;
}
.BgClassName
{
background-color: #AD4178;
}
</style>
border-color css
<style>
span { border-color: #AD4178; }
span { border-color: rgb(173,65,120); }
td.TdClassName
{
border-color: #AD4178;
}
.TagClassName
{
border-color: #AD4178;
}
</style>