Shades of Dark Orchid #AD2FDF
Tints of Dark Orchid #AD2FDF
RGB
CMYK
RGB Variations
Color information
#AD2FDF (or 0xAD2FDF) is known color: Dark Orchid. HEX triplet: AD, 2F and DF. RGB value is (173,47,223). Sum of RGB (Red+Green+Blue) = 173+47+223=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD2FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FDF is #52D020. Grayscale: #686868. Windows color (decimal): -5427233 or 14626733. OLE color: 14626733.
HSL color Cylindrical-coordinate representation of color #AD2FDF: hue angle of 282.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2FDF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 47 | 223 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.13 |
| HSL | 282.95º | 0.73% | 0.53% | - |
| HSV(B) | 282.95º | 0.79% | 0.87% | - |
| XYZ | 31.57 | 16.24 | 71.28 | - |
| YUV | 104.74 | 194.74 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 223 | 0.22 | 0.79 | 0 | 0.13 | 282.95 | 0.73 | 0.53 |
| Hex | AD | 2F | DF | 16 | 4F | 0 | D | 11B | 49 | 35 |
| Octal | 255 | 57 | 337 | 26 | 117 | 0 | 15 | 433 | 111 | 65 |
| Binary | 10101101 | 101111 | 11011111 | 10110 | 1001111 | 0 | 1101 | 100011011 | 1001001 | 110101 |
Color Harmonies of #AD2FDF
Complementary color
Monochromatic Colors of #AD2FDF
Black with #AD2FDF
Text Example
Text Example
White with #AD2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FDF; }
p { color: rgb(173,47,223); }
H1.HeaderClassName
{
color: #AD2FDF;
}
.AnyTagClassName
{
color: #AD2FDF;
}
</style>
background-color css
<style>
a { background-color: #AD2FDF; }
a { background-color: rgb(173,47,223); }
div.DivClassName
{
background-color: #AD2FDF;
}
.BgClassName
{
background-color: #AD2FDF;
}
</style>
border-color css
<style>
span { border-color: #AD2FDF; }
span { border-color: rgb(173,47,223); }
td.TdClassName
{
border-color: #AD2FDF;
}
.TagClassName
{
border-color: #AD2FDF;
}
</style>