Shades of Dark Orchid #AD32BE
Tints of Dark Orchid #AD32BE
RGB
CMYK
RGB Variations
Color information
#AD32BE (or 0xAD32BE) is known color: Dark Orchid. HEX triplet: AD, 32 and BE. RGB value is (173,50,190). Sum of RGB (Red+Green+Blue) = 173+50+190=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD32BE is #52CD41. Grayscale: #666666. Windows color (decimal): -5426498 or 12464813. OLE color: 12464813.
HSL color Cylindrical-coordinate representation of color #AD32BE: hue angle of 292.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD32BE is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 50 | 190 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.25 |
| HSL | 292.71º | 0.58% | 0.47% | - |
| HSV(B) | 292.71º | 0.74% | 0.75% | - |
| XYZ | 27.67 | 14.88 | 50.13 | - |
| YUV | 102.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 50 | 190 | 0.09 | 0.74 | 0 | 0.25 | 292.71 | 0.58 | 0.47 |
| Hex | AD | 32 | BE | 9 | 4A | 0 | 19 | 125 | 3A | 2F |
| Octal | 255 | 62 | 276 | 11 | 112 | 0 | 31 | 445 | 72 | 57 |
| Binary | 10101101 | 110010 | 10111110 | 1001 | 1001010 | 0 | 11001 | 100100101 | 111010 | 101111 |
Color Harmonies of #AD32BE
Complementary color
Monochromatic Colors of #AD32BE
Black with #AD32BE
Text Example
Text Example
White with #AD32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD32BE; }
p { color: rgb(173,50,190); }
H1.HeaderClassName
{
color: #AD32BE;
}
.AnyTagClassName
{
color: #AD32BE;
}
</style>
background-color css
<style>
a { background-color: #AD32BE; }
a { background-color: rgb(173,50,190); }
div.DivClassName
{
background-color: #AD32BE;
}
.BgClassName
{
background-color: #AD32BE;
}
</style>
border-color css
<style>
span { border-color: #AD32BE; }
span { border-color: rgb(173,50,190); }
td.TdClassName
{
border-color: #AD32BE;
}
.TagClassName
{
border-color: #AD32BE;
}
</style>