Shades of Dark Orchid #AD3BDD
Tints of Dark Orchid #AD3BDD
RGB
CMYK
RGB Variations
Color information
#AD3BDD (or 0xAD3BDD) is known color: Dark Orchid. HEX triplet: AD, 3B and DD. RGB value is (173,59,221). Sum of RGB (Red+Green+Blue) = 173+59+221=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BDD is #52C422. Grayscale: #6F6F6F. Windows color (decimal): -5424163 or 14498733. OLE color: 14498733.
HSL color Cylindrical-coordinate representation of color #AD3BDD: hue angle of 282.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3BDD is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 59 | 221 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.13 |
| HSL | 282.22º | 0.7% | 0.55% | - |
| HSV(B) | 282.22º | 0.73% | 0.87% | - |
| XYZ | 31.85 | 17.23 | 70.05 | - |
| YUV | 111.55 | 189.77 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 221 | 0.22 | 0.73 | 0 | 0.13 | 282.22 | 0.7 | 0.55 |
| Hex | AD | 3B | DD | 16 | 49 | 0 | D | 11A | 46 | 37 |
| Octal | 255 | 73 | 335 | 26 | 111 | 0 | 15 | 432 | 106 | 67 |
| Binary | 10101101 | 111011 | 11011101 | 10110 | 1001001 | 0 | 1101 | 100011010 | 1000110 | 110111 |
Color Harmonies of #AD3BDD
Complementary color
Monochromatic Colors of #AD3BDD
Black with #AD3BDD
Text Example
Text Example
White with #AD3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BDD; }
p { color: rgb(173,59,221); }
H1.HeaderClassName
{
color: #AD3BDD;
}
.AnyTagClassName
{
color: #AD3BDD;
}
</style>
background-color css
<style>
a { background-color: #AD3BDD; }
a { background-color: rgb(173,59,221); }
div.DivClassName
{
background-color: #AD3BDD;
}
.BgClassName
{
background-color: #AD3BDD;
}
</style>
border-color css
<style>
span { border-color: #AD3BDD; }
span { border-color: rgb(173,59,221); }
td.TdClassName
{
border-color: #AD3BDD;
}
.TagClassName
{
border-color: #AD3BDD;
}
</style>