Shades of Royal Heath #AD427B
Tints of Royal Heath #AD427B
RGB
CMYK
RGB Variations
Color information
#AD427B (or 0xAD427B) is known color: Royal Heath. HEX triplet: AD, 42 and 7B. RGB value is (173,66,123). Sum of RGB (Red+Green+Blue) = 173+66+123=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD427B is #52BD84. Grayscale: #686868. Windows color (decimal): -5422469 or 8077997. OLE color: 8077997.
HSL color Cylindrical-coordinate representation of color #AD427B: hue angle of 328.04º 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 #AD427B is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 123 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.32 |
| HSL | 328.04º | 0.45% | 0.47% | - |
| HSV(B) | 328.04º | 0.62% | 0.68% | - |
| XYZ | 22.76 | 14.21 | 20.28 | - |
| YUV | 104.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 123 | 0 | 0.62 | 0.29 | 0.32 | 328.04 | 0.45 | 0.47 |
| Hex | AD | 42 | 7B | 0 | 3E | 1D | 20 | 148 | 2D | 2F |
| Octal | 255 | 102 | 173 | 0 | 76 | 35 | 40 | 510 | 55 | 57 |
| Binary | 10101101 | 1000010 | 1111011 | 0 | 111110 | 11101 | 100000 | 101001000 | 101101 | 101111 |
Color Harmonies of #AD427B
Complementary color
Monochromatic Colors of #AD427B
Black with #AD427B
Text Example
Text Example
White with #AD427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD427B; }
p { color: rgb(173,66,123); }
H1.HeaderClassName
{
color: #AD427B;
}
.AnyTagClassName
{
color: #AD427B;
}
</style>
background-color css
<style>
a { background-color: #AD427B; }
a { background-color: rgb(173,66,123); }
div.DivClassName
{
background-color: #AD427B;
}
.BgClassName
{
background-color: #AD427B;
}
</style>
border-color css
<style>
span { border-color: #AD427B; }
span { border-color: rgb(173,66,123); }
td.TdClassName
{
border-color: #AD427B;
}
.TagClassName
{
border-color: #AD427B;
}
</style>