Shades of Dark Orchid #AD28BB
Tints of Dark Orchid #AD28BB
RGB
CMYK
RGB Variations
Color information
#AD28BB (or 0xAD28BB) is known color: Dark Orchid. HEX triplet: AD, 28 and BB. RGB value is (173,40,187). Sum of RGB (Red+Green+Blue) = 173+40+187=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28BB is #52D744. Grayscale: #606060. Windows color (decimal): -5429061 or 12265645. OLE color: 12265645.
HSL color Cylindrical-coordinate representation of color #AD28BB: hue angle of 294.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD28BB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 40 | 187 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.27 |
| HSL | 294.29º | 0.65% | 0.45% | - |
| HSV(B) | 294.29º | 0.79% | 0.73% | - |
| XYZ | 26.96 | 13.99 | 48.29 | - |
| YUV | 96.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 40 | 187 | 0.07 | 0.79 | 0 | 0.27 | 294.29 | 0.65 | 0.45 |
| Hex | AD | 28 | BB | 7 | 4F | 0 | 1B | 126 | 41 | 2D |
| Octal | 255 | 50 | 273 | 7 | 117 | 0 | 33 | 446 | 101 | 55 |
| Binary | 10101101 | 101000 | 10111011 | 111 | 1001111 | 0 | 11011 | 100100110 | 1000001 | 101101 |
Color Harmonies of #AD28BB
Complementary color
Monochromatic Colors of #AD28BB
Black with #AD28BB
Text Example
Text Example
White with #AD28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD28BB; }
p { color: rgb(173,40,187); }
H1.HeaderClassName
{
color: #AD28BB;
}
.AnyTagClassName
{
color: #AD28BB;
}
</style>
background-color css
<style>
a { background-color: #AD28BB; }
a { background-color: rgb(173,40,187); }
div.DivClassName
{
background-color: #AD28BB;
}
.BgClassName
{
background-color: #AD28BB;
}
</style>
border-color css
<style>
span { border-color: #AD28BB; }
span { border-color: rgb(173,40,187); }
td.TdClassName
{
border-color: #AD28BB;
}
.TagClassName
{
border-color: #AD28BB;
}
</style>