Shades of Dark Orchid #AD2DBF
Tints of Dark Orchid #AD2DBF
RGB
CMYK
RGB Variations
Color information
#AD2DBF (or 0xAD2DBF) is known color: Dark Orchid. HEX triplet: AD, 2D and BF. RGB value is (173,45,191). Sum of RGB (Red+Green+Blue) = 173+45+191=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DBF is #52D240. Grayscale: #636363. Windows color (decimal): -5427777 or 12529069. OLE color: 12529069.
HSL color Cylindrical-coordinate representation of color #AD2DBF: hue angle of 292.6º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2DBF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 45 | 191 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.25 |
| HSL | 292.6º | 0.62% | 0.46% | - |
| HSV(B) | 292.6º | 0.76% | 0.75% | - |
| XYZ | 27.58 | 14.52 | 50.64 | - |
| YUV | 99.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 191 | 0.09 | 0.76 | 0 | 0.25 | 292.6 | 0.62 | 0.46 |
| Hex | AD | 2D | BF | 9 | 4C | 0 | 19 | 125 | 3E | 2E |
| Octal | 255 | 55 | 277 | 11 | 114 | 0 | 31 | 445 | 76 | 56 |
| Binary | 10101101 | 101101 | 10111111 | 1001 | 1001100 | 0 | 11001 | 100100101 | 111110 | 101110 |
Color Harmonies of #AD2DBF
Complementary color
Monochromatic Colors of #AD2DBF
Black with #AD2DBF
Text Example
Text Example
White with #AD2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DBF; }
p { color: rgb(173,45,191); }
H1.HeaderClassName
{
color: #AD2DBF;
}
.AnyTagClassName
{
color: #AD2DBF;
}
</style>
background-color css
<style>
a { background-color: #AD2DBF; }
a { background-color: rgb(173,45,191); }
div.DivClassName
{
background-color: #AD2DBF;
}
.BgClassName
{
background-color: #AD2DBF;
}
</style>
border-color css
<style>
span { border-color: #AD2DBF; }
span { border-color: rgb(173,45,191); }
td.TdClassName
{
border-color: #AD2DBF;
}
.TagClassName
{
border-color: #AD2DBF;
}
</style>