Shades of Dark Orchid #AD32EC
Tints of Dark Orchid #AD32EC
RGB
CMYK
RGB Variations
Color information
#AD32EC (or 0xAD32EC) is known color: Dark Orchid. HEX triplet: AD, 32 and EC. RGB value is (173,50,236). Sum of RGB (Red+Green+Blue) = 173+50+236=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD32EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32EC is #52CD13. Grayscale: #6B6B6B. Windows color (decimal): -5426452 or 15479469. OLE color: 15479469.
HSL color Cylindrical-coordinate representation of color #AD32EC: hue angle of 279.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD32EC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 50 | 236 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.07 |
| HSL | 279.68º | 0.83% | 0.56% | - |
| HSV(B) | 279.68º | 0.79% | 0.93% | - |
| XYZ | 33.51 | 17.22 | 80.91 | - |
| YUV | 107.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 236 | 0.27 | 0.79 | 0 | 0.07 | 279.68 | 0.83 | 0.56 |
| Hex | AD | 32 | EC | 1B | 4F | 0 | 7 | 118 | 53 | 38 |
| Octal | 255 | 62 | 354 | 33 | 117 | 0 | 7 | 430 | 123 | 70 |
| Binary | 10101101 | 110010 | 11101100 | 11011 | 1001111 | 0 | 111 | 100011000 | 1010011 | 111000 |
Color Harmonies of #AD32EC
Complementary color
Monochromatic Colors of #AD32EC
Black with #AD32EC
Text Example
Text Example
White with #AD32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32EC; }
p { color: rgb(173,50,236); }
H1.HeaderClassName
{
color: #AD32EC;
}
.AnyTagClassName
{
color: #AD32EC;
}
</style>
background-color css
<style>
a { background-color: #AD32EC; }
a { background-color: rgb(173,50,236); }
div.DivClassName
{
background-color: #AD32EC;
}
.BgClassName
{
background-color: #AD32EC;
}
</style>
border-color css
<style>
span { border-color: #AD32EC; }
span { border-color: rgb(173,50,236); }
td.TdClassName
{
border-color: #AD32EC;
}
.TagClassName
{
border-color: #AD32EC;
}
</style>