Shades of Dark Orchid #AD32E6
Tints of Dark Orchid #AD32E6
RGB
CMYK
RGB Variations
Color information
#AD32E6 (or 0xAD32E6) is known color: Dark Orchid. HEX triplet: AD, 32 and E6. RGB value is (173,50,230). Sum of RGB (Red+Green+Blue) = 173+50+230=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD32E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32E6 is #52CD19. Grayscale: #6A6A6A. Windows color (decimal): -5426458 or 15086253. OLE color: 15086253.
HSL color Cylindrical-coordinate representation of color #AD32E6: hue angle of 281º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD32E6 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 50 | 230 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.10 |
| HSL | 281º | 0.78% | 0.55% | - |
| HSV(B) | 281º | 0.78% | 0.9% | - |
| XYZ | 32.66 | 16.88 | 76.4 | - |
| YUV | 107.3 | 197.25 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 230 | 0.25 | 0.78 | 0 | 0.10 | 281 | 0.78 | 0.55 |
| Hex | AD | 32 | E6 | 19 | 4E | 0 | A | 119 | 4E | 37 |
| Octal | 255 | 62 | 346 | 31 | 116 | 0 | 12 | 431 | 116 | 67 |
| Binary | 10101101 | 110010 | 11100110 | 11001 | 1001110 | 0 | 1010 | 100011001 | 1001110 | 110111 |
Color Harmonies of #AD32E6
Complementary color
Monochromatic Colors of #AD32E6
Black with #AD32E6
Text Example
Text Example
White with #AD32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32E6; }
p { color: rgb(173,50,230); }
H1.HeaderClassName
{
color: #AD32E6;
}
.AnyTagClassName
{
color: #AD32E6;
}
</style>
background-color css
<style>
a { background-color: #AD32E6; }
a { background-color: rgb(173,50,230); }
div.DivClassName
{
background-color: #AD32E6;
}
.BgClassName
{
background-color: #AD32E6;
}
</style>
border-color css
<style>
span { border-color: #AD32E6; }
span { border-color: rgb(173,50,230); }
td.TdClassName
{
border-color: #AD32E6;
}
.TagClassName
{
border-color: #AD32E6;
}
</style>