Shades of Dark Orchid #AD1FD1
Tints of Dark Orchid #AD1FD1
RGB
CMYK
RGB Variations
Color information
#AD1FD1 (or 0xAD1FD1) is known color: Dark Orchid. HEX triplet: AD, 1F and D1. RGB value is (173,31,209). Sum of RGB (Red+Green+Blue) = 173+31+209=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD1FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FD1 is #52E02E. Grayscale: #5D5D5D. Windows color (decimal): -5431343 or 13705133. OLE color: 13705133.
HSL color Cylindrical-coordinate representation of color #AD1FD1: hue angle of 287.87º 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 #AD1FD1 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 31 | 209 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.18 |
| HSL | 287.87º | 0.74% | 0.47% | - |
| HSV(B) | 287.87º | 0.85% | 0.82% | - |
| XYZ | 29.23 | 14.47 | 61.57 | - |
| YUV | 93.75 | 193.04 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 209 | 0.17 | 0.85 | 0 | 0.18 | 287.87 | 0.74 | 0.47 |
| Hex | AD | 1F | D1 | 11 | 55 | 0 | 12 | 120 | 4A | 2F |
| Octal | 255 | 37 | 321 | 21 | 125 | 0 | 22 | 440 | 112 | 57 |
| Binary | 10101101 | 11111 | 11010001 | 10001 | 1010101 | 0 | 10010 | 100100000 | 1001010 | 101111 |
Color Harmonies of #AD1FD1
Complementary color
Monochromatic Colors of #AD1FD1
Black with #AD1FD1
Text Example
Text Example
White with #AD1FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FD1; }
p { color: rgb(173,31,209); }
H1.HeaderClassName
{
color: #AD1FD1;
}
.AnyTagClassName
{
color: #AD1FD1;
}
</style>
background-color css
<style>
a { background-color: #AD1FD1; }
a { background-color: rgb(173,31,209); }
div.DivClassName
{
background-color: #AD1FD1;
}
.BgClassName
{
background-color: #AD1FD1;
}
</style>
border-color css
<style>
span { border-color: #AD1FD1; }
span { border-color: rgb(173,31,209); }
td.TdClassName
{
border-color: #AD1FD1;
}
.TagClassName
{
border-color: #AD1FD1;
}
</style>