Shades of Dark Orchid #AD3BC7
Tints of Dark Orchid #AD3BC7
RGB
CMYK
RGB Variations
Color information
#AD3BC7 (or 0xAD3BC7) is known color: Dark Orchid. HEX triplet: AD, 3B and C7. RGB value is (173,59,199). Sum of RGB (Red+Green+Blue) = 173+59+199=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD3BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BC7 is #52C438. Grayscale: #6C6C6C. Windows color (decimal): -5424185 or 13056941. OLE color: 13056941.
HSL color Cylindrical-coordinate representation of color #AD3BC7: hue angle of 288.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3BC7 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 59 | 199 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.22 |
| HSL | 288.86º | 0.56% | 0.51% | - |
| HSV(B) | 288.86º | 0.7% | 0.78% | - |
| XYZ | 29.11 | 16.14 | 55.61 | - |
| YUV | 109.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 199 | 0.13 | 0.70 | 0 | 0.22 | 288.86 | 0.56 | 0.51 |
| Hex | AD | 3B | C7 | D | 46 | 0 | 16 | 121 | 38 | 33 |
| Octal | 255 | 73 | 307 | 15 | 106 | 0 | 26 | 441 | 70 | 63 |
| Binary | 10101101 | 111011 | 11000111 | 1101 | 1000110 | 0 | 10110 | 100100001 | 111000 | 110011 |
Color Harmonies of #AD3BC7
Complementary color
Monochromatic Colors of #AD3BC7
Black with #AD3BC7
Text Example
Text Example
White with #AD3BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3BC7; }
p { color: rgb(173,59,199); }
H1.HeaderClassName
{
color: #AD3BC7;
}
.AnyTagClassName
{
color: #AD3BC7;
}
</style>
background-color css
<style>
a { background-color: #AD3BC7; }
a { background-color: rgb(173,59,199); }
div.DivClassName
{
background-color: #AD3BC7;
}
.BgClassName
{
background-color: #AD3BC7;
}
</style>
border-color css
<style>
span { border-color: #AD3BC7; }
span { border-color: rgb(173,59,199); }
td.TdClassName
{
border-color: #AD3BC7;
}
.TagClassName
{
border-color: #AD3BC7;
}
</style>