Shades of Dark Orchid #AD2ECF
Tints of Dark Orchid #AD2ECF
RGB
CMYK
RGB Variations
Color information
#AD2ECF (or 0xAD2ECF) is known color: Dark Orchid. HEX triplet: AD, 2E and CF. RGB value is (173,46,207). Sum of RGB (Red+Green+Blue) = 173+46+207=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD2ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ECF is #52D130. Grayscale: #656565. Windows color (decimal): -5427505 or 13577901. OLE color: 13577901.
HSL color Cylindrical-coordinate representation of color #AD2ECF: hue angle of 287.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2ECF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 46 | 207 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.19 |
| HSL | 287.33º | 0.64% | 0.5% | - |
| HSV(B) | 287.33º | 0.78% | 0.81% | - |
| XYZ | 29.47 | 15.34 | 60.44 | - |
| YUV | 102.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 207 | 0.16 | 0.78 | 0 | 0.19 | 287.33 | 0.64 | 0.5 |
| Hex | AD | 2E | CF | 10 | 4E | 0 | 13 | 11F | 40 | 32 |
| Octal | 255 | 56 | 317 | 20 | 116 | 0 | 23 | 437 | 100 | 62 |
| Binary | 10101101 | 101110 | 11001111 | 10000 | 1001110 | 0 | 10011 | 100011111 | 1000000 | 110010 |
Color Harmonies of #AD2ECF
Complementary color
Monochromatic Colors of #AD2ECF
Black with #AD2ECF
Text Example
Text Example
White with #AD2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ECF; }
p { color: rgb(173,46,207); }
H1.HeaderClassName
{
color: #AD2ECF;
}
.AnyTagClassName
{
color: #AD2ECF;
}
</style>
background-color css
<style>
a { background-color: #AD2ECF; }
a { background-color: rgb(173,46,207); }
div.DivClassName
{
background-color: #AD2ECF;
}
.BgClassName
{
background-color: #AD2ECF;
}
</style>
border-color css
<style>
span { border-color: #AD2ECF; }
span { border-color: rgb(173,46,207); }
td.TdClassName
{
border-color: #AD2ECF;
}
.TagClassName
{
border-color: #AD2ECF;
}
</style>