Shades of Dark Orchid #AD2DBB
Tints of Dark Orchid #AD2DBB
RGB
CMYK
RGB Variations
Color information
#AD2DBB (or 0xAD2DBB) is known color: Dark Orchid. HEX triplet: AD, 2D and BB. RGB value is (173,45,187). Sum of RGB (Red+Green+Blue) = 173+45+187=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DBB is #52D244. Grayscale: #636363. Windows color (decimal): -5427781 or 12266925. OLE color: 12266925.
HSL color Cylindrical-coordinate representation of color #AD2DBB: hue angle of 294.08º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2DBB is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 45 | 187 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.27 |
| HSL | 294.08º | 0.61% | 0.45% | - |
| HSV(B) | 294.08º | 0.76% | 0.73% | - |
| XYZ | 27.14 | 14.35 | 48.35 | - |
| YUV | 99.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 187 | 0.07 | 0.76 | 0 | 0.27 | 294.08 | 0.61 | 0.45 |
| Hex | AD | 2D | BB | 7 | 4C | 0 | 1B | 126 | 3D | 2D |
| Octal | 255 | 55 | 273 | 7 | 114 | 0 | 33 | 446 | 75 | 55 |
| Binary | 10101101 | 101101 | 10111011 | 111 | 1001100 | 0 | 11011 | 100100110 | 111101 | 101101 |
Color Harmonies of #AD2DBB
Complementary color
Monochromatic Colors of #AD2DBB
Black with #AD2DBB
Text Example
Text Example
White with #AD2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DBB; }
p { color: rgb(173,45,187); }
H1.HeaderClassName
{
color: #AD2DBB;
}
.AnyTagClassName
{
color: #AD2DBB;
}
</style>
background-color css
<style>
a { background-color: #AD2DBB; }
a { background-color: rgb(173,45,187); }
div.DivClassName
{
background-color: #AD2DBB;
}
.BgClassName
{
background-color: #AD2DBB;
}
</style>
border-color css
<style>
span { border-color: #AD2DBB; }
span { border-color: rgb(173,45,187); }
td.TdClassName
{
border-color: #AD2DBB;
}
.TagClassName
{
border-color: #AD2DBB;
}
</style>