Shades of Dark Orchid #AD1FD0
Tints of Dark Orchid #AD1FD0
RGB
CMYK
RGB Variations
Color information
#AD1FD0 (or 0xAD1FD0) is known color: Dark Orchid. HEX triplet: AD, 1F and D0. RGB value is (173,31,208). Sum of RGB (Red+Green+Blue) = 173+31+208=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD1FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FD0 is #52E02F. Grayscale: #5D5D5D. Windows color (decimal): -5431344 or 13639597. OLE color: 13639597.
HSL color Cylindrical-coordinate representation of color #AD1FD0: hue angle of 288.14º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1FD0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 31 | 208 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.18 |
| HSL | 288.14º | 0.74% | 0.47% | - |
| HSV(B) | 288.14º | 0.85% | 0.82% | - |
| XYZ | 29.11 | 14.42 | 60.92 | - |
| YUV | 93.64 | 192.54 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 208 | 0.17 | 0.85 | 0 | 0.18 | 288.14 | 0.74 | 0.47 |
| Hex | AD | 1F | D0 | 11 | 55 | 0 | 12 | 120 | 4A | 2F |
| Octal | 255 | 37 | 320 | 21 | 125 | 0 | 22 | 440 | 112 | 57 |
| Binary | 10101101 | 11111 | 11010000 | 10001 | 1010101 | 0 | 10010 | 100100000 | 1001010 | 101111 |
Color Harmonies of #AD1FD0
Complementary color
Monochromatic Colors of #AD1FD0
Black with #AD1FD0
Text Example
Text Example
White with #AD1FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FD0; }
p { color: rgb(173,31,208); }
H1.HeaderClassName
{
color: #AD1FD0;
}
.AnyTagClassName
{
color: #AD1FD0;
}
</style>
background-color css
<style>
a { background-color: #AD1FD0; }
a { background-color: rgb(173,31,208); }
div.DivClassName
{
background-color: #AD1FD0;
}
.BgClassName
{
background-color: #AD1FD0;
}
</style>
border-color css
<style>
span { border-color: #AD1FD0; }
span { border-color: rgb(173,31,208); }
td.TdClassName
{
border-color: #AD1FD0;
}
.TagClassName
{
border-color: #AD1FD0;
}
</style>