Shades of Dark Orchid #AD2FED
Tints of Dark Orchid #AD2FED
RGB
CMYK
RGB Variations
Color information
#AD2FED (or 0xAD2FED) is known color: Dark Orchid. HEX triplet: AD, 2F and ED. RGB value is (173,47,237). Sum of RGB (Red+Green+Blue) = 173+47+237=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD2FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2FED is #52D012. Grayscale: #696969. Windows color (decimal): -5427219 or 15544237. OLE color: 15544237.
HSL color Cylindrical-coordinate representation of color #AD2FED: hue angle of 279.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2FED is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 47 | 237 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.07 |
| HSL | 279.79º | 0.84% | 0.56% | - |
| HSV(B) | 279.79º | 0.8% | 0.93% | - |
| XYZ | 33.54 | 17.03 | 81.64 | - |
| YUV | 106.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 237 | 0.27 | 0.80 | 0 | 0.07 | 279.79 | 0.84 | 0.56 |
| Hex | AD | 2F | ED | 1B | 50 | 0 | 7 | 118 | 54 | 38 |
| Octal | 255 | 57 | 355 | 33 | 120 | 0 | 7 | 430 | 124 | 70 |
| Binary | 10101101 | 101111 | 11101101 | 11011 | 1010000 | 0 | 111 | 100011000 | 1010100 | 111000 |
Color Harmonies of #AD2FED
Complementary color
Monochromatic Colors of #AD2FED
Black with #AD2FED
Text Example
Text Example
White with #AD2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FED; }
p { color: rgb(173,47,237); }
H1.HeaderClassName
{
color: #AD2FED;
}
.AnyTagClassName
{
color: #AD2FED;
}
</style>
background-color css
<style>
a { background-color: #AD2FED; }
a { background-color: rgb(173,47,237); }
div.DivClassName
{
background-color: #AD2FED;
}
.BgClassName
{
background-color: #AD2FED;
}
</style>
border-color css
<style>
span { border-color: #AD2FED; }
span { border-color: rgb(173,47,237); }
td.TdClassName
{
border-color: #AD2FED;
}
.TagClassName
{
border-color: #AD2FED;
}
</style>