Shades of Dark Orchid #AD2ED5
Tints of Dark Orchid #AD2ED5
RGB
CMYK
RGB Variations
Color information
#AD2ED5 (or 0xAD2ED5) is known color: Dark Orchid. HEX triplet: AD, 2E and D5. RGB value is (173,46,213). Sum of RGB (Red+Green+Blue) = 173+46+213=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD2ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ED5 is #52D12A. Grayscale: #666666. Windows color (decimal): -5427499 or 13971117. OLE color: 13971117.
HSL color Cylindrical-coordinate representation of color #AD2ED5: hue angle of 285.63º degrees, saturation: 0.67, 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 #AD2ED5 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 46 | 213 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.16 |
| HSL | 285.63º | 0.67% | 0.51% | - |
| HSV(B) | 285.63º | 0.78% | 0.84% | - |
| XYZ | 30.22 | 15.64 | 64.38 | - |
| YUV | 103.01 | 190.08 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 213 | 0.19 | 0.78 | 0 | 0.16 | 285.63 | 0.67 | 0.51 |
| Hex | AD | 2E | D5 | 13 | 4E | 0 | 10 | 11E | 43 | 33 |
| Octal | 255 | 56 | 325 | 23 | 116 | 0 | 20 | 436 | 103 | 63 |
| Binary | 10101101 | 101110 | 11010101 | 10011 | 1001110 | 0 | 10000 | 100011110 | 1000011 | 110011 |
Color Harmonies of #AD2ED5
Complementary color
Monochromatic Colors of #AD2ED5
Black with #AD2ED5
Text Example
Text Example
White with #AD2ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ED5; }
p { color: rgb(173,46,213); }
H1.HeaderClassName
{
color: #AD2ED5;
}
.AnyTagClassName
{
color: #AD2ED5;
}
</style>
background-color css
<style>
a { background-color: #AD2ED5; }
a { background-color: rgb(173,46,213); }
div.DivClassName
{
background-color: #AD2ED5;
}
.BgClassName
{
background-color: #AD2ED5;
}
</style>
border-color css
<style>
span { border-color: #AD2ED5; }
span { border-color: rgb(173,46,213); }
td.TdClassName
{
border-color: #AD2ED5;
}
.TagClassName
{
border-color: #AD2ED5;
}
</style>