Shades of Dark Orchid #AD32ED
Tints of Dark Orchid #AD32ED
RGB
CMYK
RGB Variations
Color information
#AD32ED (or 0xAD32ED) is known color: Dark Orchid. HEX triplet: AD, 32 and ED. RGB value is (173,50,237). Sum of RGB (Red+Green+Blue) = 173+50+237=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD32ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32ED is #52CD12. Grayscale: #6B6B6B. Windows color (decimal): -5426451 or 15545005. OLE color: 15545005.
HSL color Cylindrical-coordinate representation of color #AD32ED: hue angle of 279.47º degrees, saturation: 0.84, 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 #AD32ED is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 50 | 237 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.07 |
| HSL | 279.47º | 0.84% | 0.56% | - |
| HSV(B) | 279.47º | 0.79% | 0.93% | - |
| XYZ | 33.66 | 17.28 | 81.68 | - |
| YUV | 108.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 237 | 0.27 | 0.79 | 0 | 0.07 | 279.47 | 0.84 | 0.56 |
| Hex | AD | 32 | ED | 1B | 4F | 0 | 7 | 117 | 54 | 38 |
| Octal | 255 | 62 | 355 | 33 | 117 | 0 | 7 | 427 | 124 | 70 |
| Binary | 10101101 | 110010 | 11101101 | 11011 | 1001111 | 0 | 111 | 100010111 | 1010100 | 111000 |
Color Harmonies of #AD32ED
Complementary color
Monochromatic Colors of #AD32ED
Black with #AD32ED
Text Example
Text Example
White with #AD32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32ED; }
p { color: rgb(173,50,237); }
H1.HeaderClassName
{
color: #AD32ED;
}
.AnyTagClassName
{
color: #AD32ED;
}
</style>
background-color css
<style>
a { background-color: #AD32ED; }
a { background-color: rgb(173,50,237); }
div.DivClassName
{
background-color: #AD32ED;
}
.BgClassName
{
background-color: #AD32ED;
}
</style>
border-color css
<style>
span { border-color: #AD32ED; }
span { border-color: rgb(173,50,237); }
td.TdClassName
{
border-color: #AD32ED;
}
.TagClassName
{
border-color: #AD32ED;
}
</style>