Shades of Dark Orchid #AD30BF
Tints of Dark Orchid #AD30BF
RGB
CMYK
RGB Variations
Color information
#AD30BF (or 0xAD30BF) is known color: Dark Orchid. HEX triplet: AD, 30 and BF. RGB value is (173,48,191). Sum of RGB (Red+Green+Blue) = 173+48+191=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD30BF is #52CF40. Grayscale: #656565. Windows color (decimal): -5427009 or 12529837. OLE color: 12529837.
HSL color Cylindrical-coordinate representation of color #AD30BF: hue angle of 292.45º 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 #AD30BF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 48 | 191 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.25 |
| HSL | 292.45º | 0.6% | 0.47% | - |
| HSV(B) | 292.45º | 0.75% | 0.75% | - |
| XYZ | 27.69 | 14.76 | 50.68 | - |
| YUV | 101.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 191 | 0.09 | 0.75 | 0 | 0.25 | 292.45 | 0.6 | 0.47 |
| Hex | AD | 30 | BF | 9 | 4B | 0 | 19 | 124 | 3C | 2F |
| Octal | 255 | 60 | 277 | 11 | 113 | 0 | 31 | 444 | 74 | 57 |
| Binary | 10101101 | 110000 | 10111111 | 1001 | 1001011 | 0 | 11001 | 100100100 | 111100 | 101111 |
Color Harmonies of #AD30BF
Complementary color
Monochromatic Colors of #AD30BF
Black with #AD30BF
Text Example
Text Example
White with #AD30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD30BF; }
p { color: rgb(173,48,191); }
H1.HeaderClassName
{
color: #AD30BF;
}
.AnyTagClassName
{
color: #AD30BF;
}
</style>
background-color css
<style>
a { background-color: #AD30BF; }
a { background-color: rgb(173,48,191); }
div.DivClassName
{
background-color: #AD30BF;
}
.BgClassName
{
background-color: #AD30BF;
}
</style>
border-color css
<style>
span { border-color: #AD30BF; }
span { border-color: rgb(173,48,191); }
td.TdClassName
{
border-color: #AD30BF;
}
.TagClassName
{
border-color: #AD30BF;
}
</style>