Shades of Dark Orchid #AD1FE1
Tints of Dark Orchid #AD1FE1
RGB
CMYK
RGB Variations
Color information
#AD1FE1 (or 0xAD1FE1) is known color: Dark Orchid. HEX triplet: AD, 1F and E1. RGB value is (173,31,225). Sum of RGB (Red+Green+Blue) = 173+31+225=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD1FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FE1 is #52E01E. Grayscale: #5E5E5E. Windows color (decimal): -5431327 or 14753709. OLE color: 14753709.
HSL color Cylindrical-coordinate representation of color #AD1FE1: hue angle of 283.92º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1FE1 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 31 | 225 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.12 |
| HSL | 283.92º | 0.76% | 0.5% | - |
| HSV(B) | 283.92º | 0.86% | 0.88% | - |
| XYZ | 31.31 | 15.3 | 72.54 | - |
| YUV | 95.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 225 | 0.23 | 0.86 | 0 | 0.12 | 283.92 | 0.76 | 0.5 |
| Hex | AD | 1F | E1 | 17 | 56 | 0 | C | 11C | 4C | 32 |
| Octal | 255 | 37 | 341 | 27 | 126 | 0 | 14 | 434 | 114 | 62 |
| Binary | 10101101 | 11111 | 11100001 | 10111 | 1010110 | 0 | 1100 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AD1FE1
Complementary color
Monochromatic Colors of #AD1FE1
Black with #AD1FE1
Text Example
Text Example
White with #AD1FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FE1; }
p { color: rgb(173,31,225); }
H1.HeaderClassName
{
color: #AD1FE1;
}
.AnyTagClassName
{
color: #AD1FE1;
}
</style>
background-color css
<style>
a { background-color: #AD1FE1; }
a { background-color: rgb(173,31,225); }
div.DivClassName
{
background-color: #AD1FE1;
}
.BgClassName
{
background-color: #AD1FE1;
}
</style>
border-color css
<style>
span { border-color: #AD1FE1; }
span { border-color: rgb(173,31,225); }
td.TdClassName
{
border-color: #AD1FE1;
}
.TagClassName
{
border-color: #AD1FE1;
}
</style>