Shades of Medium Orchid #AD44DD
Tints of Medium Orchid #AD44DD
RGB
CMYK
RGB Variations
Color information
#AD44DD (or 0xAD44DD) is known color: Medium Orchid. HEX triplet: AD, 44 and DD. RGB value is (173,68,221). Sum of RGB (Red+Green+Blue) = 173+68+221=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD44DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD44DD is #52BB22. Grayscale: #747474. Windows color (decimal): -5421859 or 14501037. OLE color: 14501037.
HSL color Cylindrical-coordinate representation of color #AD44DD: hue angle of 281.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD44DD is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 68 | 221 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.13 |
| HSL | 281.18º | 0.69% | 0.57% | - |
| HSV(B) | 281.18º | 0.69% | 0.87% | - |
| XYZ | 32.35 | 18.24 | 70.22 | - |
| YUV | 116.84 | 186.79 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 221 | 0.22 | 0.69 | 0 | 0.13 | 281.18 | 0.69 | 0.57 |
| Hex | AD | 44 | DD | 16 | 45 | 0 | D | 119 | 45 | 39 |
| Octal | 255 | 104 | 335 | 26 | 105 | 0 | 15 | 431 | 105 | 71 |
| Binary | 10101101 | 1000100 | 11011101 | 10110 | 1000101 | 0 | 1101 | 100011001 | 1000101 | 111001 |
Color Harmonies of #AD44DD
Complementary color
Monochromatic Colors of #AD44DD
Black with #AD44DD
Text Example
Text Example
White with #AD44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD44DD; }
p { color: rgb(173,68,221); }
H1.HeaderClassName
{
color: #AD44DD;
}
.AnyTagClassName
{
color: #AD44DD;
}
</style>
background-color css
<style>
a { background-color: #AD44DD; }
a { background-color: rgb(173,68,221); }
div.DivClassName
{
background-color: #AD44DD;
}
.BgClassName
{
background-color: #AD44DD;
}
</style>
border-color css
<style>
span { border-color: #AD44DD; }
span { border-color: rgb(173,68,221); }
td.TdClassName
{
border-color: #AD44DD;
}
.TagClassName
{
border-color: #AD44DD;
}
</style>