Shades of Dark Orchid #AD1FBB
Tints of Dark Orchid #AD1FBB
RGB
CMYK
RGB Variations
Color information
#AD1FBB (or 0xAD1FBB) is known color: Dark Orchid. HEX triplet: AD, 1F and BB. RGB value is (173,31,187). Sum of RGB (Red+Green+Blue) = 173+31+187=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD1FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FBB is #52E044. Grayscale: #5A5A5A. Windows color (decimal): -5431365 or 12263341. OLE color: 12263341.
HSL color Cylindrical-coordinate representation of color #AD1FBB: hue angle of 294.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1FBB is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 31 | 187 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.27 |
| HSL | 294.62º | 0.72% | 0.43% | - |
| HSV(B) | 294.62º | 0.83% | 0.73% | - |
| XYZ | 26.69 | 13.45 | 48.2 | - |
| YUV | 91.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 187 | 0.07 | 0.83 | 0 | 0.27 | 294.62 | 0.72 | 0.43 |
| Hex | AD | 1F | BB | 7 | 53 | 0 | 1B | 127 | 48 | 2B |
| Octal | 255 | 37 | 273 | 7 | 123 | 0 | 33 | 447 | 110 | 53 |
| Binary | 10101101 | 11111 | 10111011 | 111 | 1010011 | 0 | 11011 | 100100111 | 1001000 | 101011 |
Color Harmonies of #AD1FBB
Complementary color
Monochromatic Colors of #AD1FBB
Black with #AD1FBB
Text Example
Text Example
White with #AD1FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FBB; }
p { color: rgb(173,31,187); }
H1.HeaderClassName
{
color: #AD1FBB;
}
.AnyTagClassName
{
color: #AD1FBB;
}
</style>
background-color css
<style>
a { background-color: #AD1FBB; }
a { background-color: rgb(173,31,187); }
div.DivClassName
{
background-color: #AD1FBB;
}
.BgClassName
{
background-color: #AD1FBB;
}
</style>
border-color css
<style>
span { border-color: #AD1FBB; }
span { border-color: rgb(173,31,187); }
td.TdClassName
{
border-color: #AD1FBB;
}
.TagClassName
{
border-color: #AD1FBB;
}
</style>