Shades of Dark Orchid #AD30BE
Tints of Dark Orchid #AD30BE
RGB
CMYK
RGB Variations
Color information
#AD30BE (or 0xAD30BE) is known color: Dark Orchid. HEX triplet: AD, 30 and BE. RGB value is (173,48,190). Sum of RGB (Red+Green+Blue) = 173+48+190=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD30BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30BE is #52CF41. Grayscale: #656565. Windows color (decimal): -5427010 or 12464301. OLE color: 12464301.
HSL color Cylindrical-coordinate representation of color #AD30BE: hue angle of 292.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD30BE is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 48 | 190 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.25 |
| HSL | 292.82º | 0.6% | 0.47% | - |
| HSV(B) | 292.82º | 0.75% | 0.75% | - |
| XYZ | 27.58 | 14.72 | 50.1 | - |
| YUV | 101.56 | 177.91 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 190 | 0.09 | 0.75 | 0 | 0.25 | 292.82 | 0.6 | 0.47 |
| Hex | AD | 30 | BE | 9 | 4B | 0 | 19 | 125 | 3C | 2F |
| Octal | 255 | 60 | 276 | 11 | 113 | 0 | 31 | 445 | 74 | 57 |
| Binary | 10101101 | 110000 | 10111110 | 1001 | 1001011 | 0 | 11001 | 100100101 | 111100 | 101111 |
Color Harmonies of #AD30BE
Complementary color
Monochromatic Colors of #AD30BE
Black with #AD30BE
Text Example
Text Example
White with #AD30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30BE; }
p { color: rgb(173,48,190); }
H1.HeaderClassName
{
color: #AD30BE;
}
.AnyTagClassName
{
color: #AD30BE;
}
</style>
background-color css
<style>
a { background-color: #AD30BE; }
a { background-color: rgb(173,48,190); }
div.DivClassName
{
background-color: #AD30BE;
}
.BgClassName
{
background-color: #AD30BE;
}
</style>
border-color css
<style>
span { border-color: #AD30BE; }
span { border-color: rgb(173,48,190); }
td.TdClassName
{
border-color: #AD30BE;
}
.TagClassName
{
border-color: #AD30BE;
}
</style>