Shades of Dark Orchid #AD32EB
Tints of Dark Orchid #AD32EB
RGB
CMYK
RGB Variations
Color information
#AD32EB (or 0xAD32EB) is known color: Dark Orchid. HEX triplet: AD, 32 and EB. RGB value is (173,50,235). Sum of RGB (Red+Green+Blue) = 173+50+235=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD32EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD32EB is #52CD14. Grayscale: #6B6B6B. Windows color (decimal): -5426453 or 15413933. OLE color: 15413933.
HSL color Cylindrical-coordinate representation of color #AD32EB: hue angle of 279.89º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD32EB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 50 | 235 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.08 |
| HSL | 279.89º | 0.82% | 0.56% | - |
| HSV(B) | 279.89º | 0.79% | 0.92% | - |
| XYZ | 33.37 | 17.16 | 80.15 | - |
| YUV | 107.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 235 | 0.26 | 0.79 | 0 | 0.08 | 279.89 | 0.82 | 0.56 |
| Hex | AD | 32 | EB | 1A | 4F | 0 | 8 | 118 | 52 | 38 |
| Octal | 255 | 62 | 353 | 32 | 117 | 0 | 10 | 430 | 122 | 70 |
| Binary | 10101101 | 110010 | 11101011 | 11010 | 1001111 | 0 | 1000 | 100011000 | 1010010 | 111000 |
Color Harmonies of #AD32EB
Complementary color
Monochromatic Colors of #AD32EB
Black with #AD32EB
Text Example
Text Example
White with #AD32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32EB; }
p { color: rgb(173,50,235); }
H1.HeaderClassName
{
color: #AD32EB;
}
.AnyTagClassName
{
color: #AD32EB;
}
</style>
background-color css
<style>
a { background-color: #AD32EB; }
a { background-color: rgb(173,50,235); }
div.DivClassName
{
background-color: #AD32EB;
}
.BgClassName
{
background-color: #AD32EB;
}
</style>
border-color css
<style>
span { border-color: #AD32EB; }
span { border-color: rgb(173,50,235); }
td.TdClassName
{
border-color: #AD32EB;
}
.TagClassName
{
border-color: #AD32EB;
}
</style>