Shades of Dark Orchid #AD2DE6
Tints of Dark Orchid #AD2DE6
RGB
CMYK
RGB Variations
Color information
#AD2DE6 (or 0xAD2DE6) is known color: Dark Orchid. HEX triplet: AD, 2D and E6. RGB value is (173,45,230). Sum of RGB (Red+Green+Blue) = 173+45+230=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD2DE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2DE6 is #52D219. Grayscale: #676767. Windows color (decimal): -5427738 or 15084973. OLE color: 15084973.
HSL color Cylindrical-coordinate representation of color #AD2DE6: hue angle of 281.51º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2DE6 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 45 | 230 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.10 |
| HSL | 281.51º | 0.79% | 0.54% | - |
| HSV(B) | 281.51º | 0.8% | 0.9% | - |
| XYZ | 32.45 | 16.47 | 76.33 | - |
| YUV | 104.36 | 198.91 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 230 | 0.25 | 0.80 | 0 | 0.10 | 281.51 | 0.79 | 0.54 |
| Hex | AD | 2D | E6 | 19 | 50 | 0 | A | 11A | 4F | 36 |
| Octal | 255 | 55 | 346 | 31 | 120 | 0 | 12 | 432 | 117 | 66 |
| Binary | 10101101 | 101101 | 11100110 | 11001 | 1010000 | 0 | 1010 | 100011010 | 1001111 | 110110 |
Color Harmonies of #AD2DE6
Complementary color
Monochromatic Colors of #AD2DE6
Black with #AD2DE6
Text Example
Text Example
White with #AD2DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DE6; }
p { color: rgb(173,45,230); }
H1.HeaderClassName
{
color: #AD2DE6;
}
.AnyTagClassName
{
color: #AD2DE6;
}
</style>
background-color css
<style>
a { background-color: #AD2DE6; }
a { background-color: rgb(173,45,230); }
div.DivClassName
{
background-color: #AD2DE6;
}
.BgClassName
{
background-color: #AD2DE6;
}
</style>
border-color css
<style>
span { border-color: #AD2DE6; }
span { border-color: rgb(173,45,230); }
td.TdClassName
{
border-color: #AD2DE6;
}
.TagClassName
{
border-color: #AD2DE6;
}
</style>