Shades of Dark Orchid #AD3EDF
Tints of Dark Orchid #AD3EDF
RGB
CMYK
RGB Variations
Color information
#AD3EDF (or 0xAD3EDF) is known color: Dark Orchid. HEX triplet: AD, 3E and DF. RGB value is (173,62,223). Sum of RGB (Red+Green+Blue) = 173+62+223=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EDF is #52C120. Grayscale: #717171. Windows color (decimal): -5423393 or 14630573. OLE color: 14630573.
HSL color Cylindrical-coordinate representation of color #AD3EDF: hue angle of 281.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3EDF is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 62 | 223 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.13 |
| HSL | 281.37º | 0.72% | 0.56% | - |
| HSV(B) | 281.37º | 0.72% | 0.87% | - |
| XYZ | 32.28 | 17.66 | 71.52 | - |
| YUV | 113.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 223 | 0.22 | 0.72 | 0 | 0.13 | 281.37 | 0.72 | 0.56 |
| Hex | AD | 3E | DF | 16 | 48 | 0 | D | 119 | 48 | 38 |
| Octal | 255 | 76 | 337 | 26 | 110 | 0 | 15 | 431 | 110 | 70 |
| Binary | 10101101 | 111110 | 11011111 | 10110 | 1001000 | 0 | 1101 | 100011001 | 1001000 | 111000 |
Color Harmonies of #AD3EDF
Complementary color
Monochromatic Colors of #AD3EDF
Black with #AD3EDF
Text Example
Text Example
White with #AD3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EDF; }
p { color: rgb(173,62,223); }
H1.HeaderClassName
{
color: #AD3EDF;
}
.AnyTagClassName
{
color: #AD3EDF;
}
</style>
background-color css
<style>
a { background-color: #AD3EDF; }
a { background-color: rgb(173,62,223); }
div.DivClassName
{
background-color: #AD3EDF;
}
.BgClassName
{
background-color: #AD3EDF;
}
</style>
border-color css
<style>
span { border-color: #AD3EDF; }
span { border-color: rgb(173,62,223); }
td.TdClassName
{
border-color: #AD3EDF;
}
.TagClassName
{
border-color: #AD3EDF;
}
</style>