Shades of Dark Orchid #AD3AD6
Tints of Dark Orchid #AD3AD6
RGB
CMYK
RGB Variations
Color information
#AD3AD6 (or 0xAD3AD6) is known color: Dark Orchid. HEX triplet: AD, 3A and D6. RGB value is (173,58,214). Sum of RGB (Red+Green+Blue) = 173+58+214=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD3AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3AD6 is #52C529. Grayscale: #6D6D6D. Windows color (decimal): -5424426 or 14039725. OLE color: 14039725.
HSL color Cylindrical-coordinate representation of color #AD3AD6: hue angle of 284.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3AD6 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 58 | 214 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.16 |
| HSL | 284.23º | 0.66% | 0.53% | - |
| HSV(B) | 284.23º | 0.73% | 0.84% | - |
| XYZ | 30.88 | 16.77 | 65.23 | - |
| YUV | 110.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 214 | 0.19 | 0.73 | 0 | 0.16 | 284.23 | 0.66 | 0.53 |
| Hex | AD | 3A | D6 | 13 | 49 | 0 | 10 | 11C | 42 | 35 |
| Octal | 255 | 72 | 326 | 23 | 111 | 0 | 20 | 434 | 102 | 65 |
| Binary | 10101101 | 111010 | 11010110 | 10011 | 1001001 | 0 | 10000 | 100011100 | 1000010 | 110101 |
Color Harmonies of #AD3AD6
Complementary color
Monochromatic Colors of #AD3AD6
Black with #AD3AD6
Text Example
Text Example
White with #AD3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AD6; }
p { color: rgb(173,58,214); }
H1.HeaderClassName
{
color: #AD3AD6;
}
.AnyTagClassName
{
color: #AD3AD6;
}
</style>
background-color css
<style>
a { background-color: #AD3AD6; }
a { background-color: rgb(173,58,214); }
div.DivClassName
{
background-color: #AD3AD6;
}
.BgClassName
{
background-color: #AD3AD6;
}
</style>
border-color css
<style>
span { border-color: #AD3AD6; }
span { border-color: rgb(173,58,214); }
td.TdClassName
{
border-color: #AD3AD6;
}
.TagClassName
{
border-color: #AD3AD6;
}
</style>