Shades of Dark Orchid #AD2ED4
Tints of Dark Orchid #AD2ED4
RGB
CMYK
RGB Variations
Color information
#AD2ED4 (or 0xAD2ED4) is known color: Dark Orchid. HEX triplet: AD, 2E and D4. RGB value is (173,46,212). Sum of RGB (Red+Green+Blue) = 173+46+212=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD2ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ED4 is #52D12B. Grayscale: #666666. Windows color (decimal): -5427500 or 13905581. OLE color: 13905581.
HSL color Cylindrical-coordinate representation of color #AD2ED4: hue angle of 285.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2ED4 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 46 | 212 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.17 |
| HSL | 285.9º | 0.66% | 0.51% | - |
| HSV(B) | 285.9º | 0.78% | 0.83% | - |
| XYZ | 30.09 | 15.59 | 63.71 | - |
| YUV | 102.9 | 189.58 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 212 | 0.18 | 0.78 | 0 | 0.17 | 285.9 | 0.66 | 0.51 |
| Hex | AD | 2E | D4 | 12 | 4E | 0 | 11 | 11E | 42 | 33 |
| Octal | 255 | 56 | 324 | 22 | 116 | 0 | 21 | 436 | 102 | 63 |
| Binary | 10101101 | 101110 | 11010100 | 10010 | 1001110 | 0 | 10001 | 100011110 | 1000010 | 110011 |
Color Harmonies of #AD2ED4
Complementary color
Monochromatic Colors of #AD2ED4
Black with #AD2ED4
Text Example
Text Example
White with #AD2ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ED4; }
p { color: rgb(173,46,212); }
H1.HeaderClassName
{
color: #AD2ED4;
}
.AnyTagClassName
{
color: #AD2ED4;
}
</style>
background-color css
<style>
a { background-color: #AD2ED4; }
a { background-color: rgb(173,46,212); }
div.DivClassName
{
background-color: #AD2ED4;
}
.BgClassName
{
background-color: #AD2ED4;
}
</style>
border-color css
<style>
span { border-color: #AD2ED4; }
span { border-color: rgb(173,46,212); }
td.TdClassName
{
border-color: #AD2ED4;
}
.TagClassName
{
border-color: #AD2ED4;
}
</style>