Shades of Dark Orchid #AD3BC9
Tints of Dark Orchid #AD3BC9
RGB
CMYK
RGB Variations
Color information
#AD3BC9 (or 0xAD3BC9) is known color: Dark Orchid. HEX triplet: AD, 3B and C9. RGB value is (173,59,201). Sum of RGB (Red+Green+Blue) = 173+59+201=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD3BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BC9 is #52C436. Grayscale: #6C6C6C. Windows color (decimal): -5424183 or 13188013. OLE color: 13188013.
HSL color Cylindrical-coordinate representation of color #AD3BC9: hue angle of 288.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3BC9 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 59 | 201 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.21 |
| HSL | 288.17º | 0.57% | 0.51% | - |
| HSV(B) | 288.17º | 0.71% | 0.79% | - |
| XYZ | 29.34 | 16.23 | 56.84 | - |
| YUV | 109.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 201 | 0.14 | 0.71 | 0 | 0.21 | 288.17 | 0.57 | 0.51 |
| Hex | AD | 3B | C9 | E | 47 | 0 | 15 | 120 | 39 | 33 |
| Octal | 255 | 73 | 311 | 16 | 107 | 0 | 25 | 440 | 71 | 63 |
| Binary | 10101101 | 111011 | 11001001 | 1110 | 1000111 | 0 | 10101 | 100100000 | 111001 | 110011 |
Color Harmonies of #AD3BC9
Complementary color
Monochromatic Colors of #AD3BC9
Black with #AD3BC9
Text Example
Text Example
White with #AD3BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BC9; }
p { color: rgb(173,59,201); }
H1.HeaderClassName
{
color: #AD3BC9;
}
.AnyTagClassName
{
color: #AD3BC9;
}
</style>
background-color css
<style>
a { background-color: #AD3BC9; }
a { background-color: rgb(173,59,201); }
div.DivClassName
{
background-color: #AD3BC9;
}
.BgClassName
{
background-color: #AD3BC9;
}
</style>
border-color css
<style>
span { border-color: #AD3BC9; }
span { border-color: rgb(173,59,201); }
td.TdClassName
{
border-color: #AD3BC9;
}
.TagClassName
{
border-color: #AD3BC9;
}
</style>