Shades of Royal Heath #AD5382
Tints of Royal Heath #AD5382
RGB
CMYK
RGB Variations
Color information
#AD5382 (or 0xAD5382) is known color: Royal Heath. HEX triplet: AD, 53 and 82. RGB value is (173,83,130). Sum of RGB (Red+Green+Blue) = 173+83+130=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5382 is #52AC7D. Grayscale: #737373. Windows color (decimal): -5418110 or 8541101. OLE color: 8541101.
HSL color Cylindrical-coordinate representation of color #AD5382: hue angle of 328.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5382 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 130 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.32 |
| HSL | 328.67º | 0.35% | 0.5% | - |
| HSV(B) | 328.67º | 0.52% | 0.68% | - |
| XYZ | 24.36 | 16.68 | 23.06 | - |
| YUV | 115.27 | 136.32 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 130 | 0 | 0.52 | 0.25 | 0.32 | 328.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 82 | 0 | 34 | 19 | 20 | 149 | 23 | 32 |
| Octal | 255 | 123 | 202 | 0 | 64 | 31 | 40 | 511 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10000010 | 0 | 110100 | 11001 | 100000 | 101001001 | 100011 | 110010 |
Color Harmonies of #AD5382
Complementary color
Monochromatic Colors of #AD5382
Black with #AD5382
Text Example
Text Example
White with #AD5382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5382; }
p { color: rgb(173,83,130); }
H1.HeaderClassName
{
color: #AD5382;
}
.AnyTagClassName
{
color: #AD5382;
}
</style>
background-color css
<style>
a { background-color: #AD5382; }
a { background-color: rgb(173,83,130); }
div.DivClassName
{
background-color: #AD5382;
}
.BgClassName
{
background-color: #AD5382;
}
</style>
border-color css
<style>
span { border-color: #AD5382; }
span { border-color: rgb(173,83,130); }
td.TdClassName
{
border-color: #AD5382;
}
.TagClassName
{
border-color: #AD5382;
}
</style>