Shades of Dark Orchid #AD2FD5
Tints of Dark Orchid #AD2FD5
RGB
CMYK
RGB Variations
Color information
#AD2FD5 (or 0xAD2FD5) is known color: Dark Orchid. HEX triplet: AD, 2F and D5. RGB value is (173,47,213). Sum of RGB (Red+Green+Blue) = 173+47+213=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD2FD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FD5 is #52D02A. Grayscale: #676767. Windows color (decimal): -5427243 or 13971373. OLE color: 13971373.
HSL color Cylindrical-coordinate representation of color #AD2FD5: hue angle of 285.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2FD5 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 47 | 213 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.16 |
| HSL | 285.54º | 0.66% | 0.51% | - |
| HSV(B) | 285.54º | 0.78% | 0.84% | - |
| XYZ | 30.26 | 15.72 | 64.39 | - |
| YUV | 103.6 | 189.74 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 213 | 0.19 | 0.78 | 0 | 0.16 | 285.54 | 0.66 | 0.51 |
| Hex | AD | 2F | D5 | 13 | 4E | 0 | 10 | 11E | 42 | 33 |
| Octal | 255 | 57 | 325 | 23 | 116 | 0 | 20 | 436 | 102 | 63 |
| Binary | 10101101 | 101111 | 11010101 | 10011 | 1001110 | 0 | 10000 | 100011110 | 1000010 | 110011 |
Color Harmonies of #AD2FD5
Complementary color
Monochromatic Colors of #AD2FD5
Black with #AD2FD5
Text Example
Text Example
White with #AD2FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FD5; }
p { color: rgb(173,47,213); }
H1.HeaderClassName
{
color: #AD2FD5;
}
.AnyTagClassName
{
color: #AD2FD5;
}
</style>
background-color css
<style>
a { background-color: #AD2FD5; }
a { background-color: rgb(173,47,213); }
div.DivClassName
{
background-color: #AD2FD5;
}
.BgClassName
{
background-color: #AD2FD5;
}
</style>
border-color css
<style>
span { border-color: #AD2FD5; }
span { border-color: rgb(173,47,213); }
td.TdClassName
{
border-color: #AD2FD5;
}
.TagClassName
{
border-color: #AD2FD5;
}
</style>