Shades of Medium Orchid #AD4ADD
Tints of Medium Orchid #AD4ADD
RGB
CMYK
RGB Variations
Color information
#AD4ADD (or 0xAD4ADD) is known color: Medium Orchid. HEX triplet: AD, 4A and DD. RGB value is (173,74,221). Sum of RGB (Red+Green+Blue) = 173+74+221=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD4ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ADD is #52B522. Grayscale: #777777. Windows color (decimal): -5420323 or 14502573. OLE color: 14502573.
HSL color Cylindrical-coordinate representation of color #AD4ADD: hue angle of 280.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4ADD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 74 | 221 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.13 |
| HSL | 280.41º | 0.68% | 0.58% | - |
| HSV(B) | 280.41º | 0.67% | 0.87% | - |
| XYZ | 32.73 | 19 | 70.35 | - |
| YUV | 120.36 | 184.8 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 221 | 0.22 | 0.67 | 0 | 0.13 | 280.41 | 0.68 | 0.58 |
| Hex | AD | 4A | DD | 16 | 43 | 0 | D | 118 | 44 | 3A |
| Octal | 255 | 112 | 335 | 26 | 103 | 0 | 15 | 430 | 104 | 72 |
| Binary | 10101101 | 1001010 | 11011101 | 10110 | 1000011 | 0 | 1101 | 100011000 | 1000100 | 111010 |
Color Harmonies of #AD4ADD
Complementary color
Monochromatic Colors of #AD4ADD
Black with #AD4ADD
Text Example
Text Example
White with #AD4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ADD; }
p { color: rgb(173,74,221); }
H1.HeaderClassName
{
color: #AD4ADD;
}
.AnyTagClassName
{
color: #AD4ADD;
}
</style>
background-color css
<style>
a { background-color: #AD4ADD; }
a { background-color: rgb(173,74,221); }
div.DivClassName
{
background-color: #AD4ADD;
}
.BgClassName
{
background-color: #AD4ADD;
}
</style>
border-color css
<style>
span { border-color: #AD4ADD; }
span { border-color: rgb(173,74,221); }
td.TdClassName
{
border-color: #AD4ADD;
}
.TagClassName
{
border-color: #AD4ADD;
}
</style>