Shades of Dark Orchid #AD2FBB
Tints of Dark Orchid #AD2FBB
RGB
CMYK
RGB Variations
Color information
#AD2FBB (or 0xAD2FBB) is known color: Dark Orchid. HEX triplet: AD, 2F and BB. RGB value is (173,47,187). Sum of RGB (Red+Green+Blue) = 173+47+187=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBB is #52D044. Grayscale: #646464. Windows color (decimal): -5427269 or 12267437. OLE color: 12267437.
HSL color Cylindrical-coordinate representation of color #AD2FBB: hue angle of 294º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2FBB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 47 | 187 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.27 |
| HSL | 294º | 0.6% | 0.46% | - |
| HSV(B) | 294º | 0.75% | 0.73% | - |
| XYZ | 27.22 | 14.51 | 48.38 | - |
| YUV | 100.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 187 | 0.07 | 0.75 | 0 | 0.27 | 294 | 0.6 | 0.46 |
| Hex | AD | 2F | BB | 7 | 4B | 0 | 1B | 126 | 3C | 2E |
| Octal | 255 | 57 | 273 | 7 | 113 | 0 | 33 | 446 | 74 | 56 |
| Binary | 10101101 | 101111 | 10111011 | 111 | 1001011 | 0 | 11011 | 100100110 | 111100 | 101110 |
Color Harmonies of #AD2FBB
Complementary color
Monochromatic Colors of #AD2FBB
Black with #AD2FBB
Text Example
Text Example
White with #AD2FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FBB; }
p { color: rgb(173,47,187); }
H1.HeaderClassName
{
color: #AD2FBB;
}
.AnyTagClassName
{
color: #AD2FBB;
}
</style>
background-color css
<style>
a { background-color: #AD2FBB; }
a { background-color: rgb(173,47,187); }
div.DivClassName
{
background-color: #AD2FBB;
}
.BgClassName
{
background-color: #AD2FBB;
}
</style>
border-color css
<style>
span { border-color: #AD2FBB; }
span { border-color: rgb(173,47,187); }
td.TdClassName
{
border-color: #AD2FBB;
}
.TagClassName
{
border-color: #AD2FBB;
}
</style>