Shades of Dark Orchid #AD1ABB
Tints of Dark Orchid #AD1ABB
RGB
CMYK
RGB Variations
Color information
#AD1ABB (or 0xAD1ABB) is known color: Dark Orchid. HEX triplet: AD, 1A and BB. RGB value is (173,26,187). Sum of RGB (Red+Green+Blue) = 173+26+187=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD1ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ABB is #52E544. Grayscale: #575757. Windows color (decimal): -5432645 or 12262061. OLE color: 12262061.
HSL color Cylindrical-coordinate representation of color #AD1ABB: hue angle of 294.78º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1ABB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 26 | 187 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.27 |
| HSL | 294.78º | 0.76% | 0.42% | - |
| HSV(B) | 294.78º | 0.86% | 0.73% | - |
| XYZ | 26.57 | 13.21 | 48.16 | - |
| YUV | 88.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 187 | 0.07 | 0.86 | 0 | 0.27 | 294.78 | 0.76 | 0.42 |
| Hex | AD | 1A | BB | 7 | 56 | 0 | 1B | 127 | 4C | 2A |
| Octal | 255 | 32 | 273 | 7 | 126 | 0 | 33 | 447 | 114 | 52 |
| Binary | 10101101 | 11010 | 10111011 | 111 | 1010110 | 0 | 11011 | 100100111 | 1001100 | 101010 |
Color Harmonies of #AD1ABB
Complementary color
Monochromatic Colors of #AD1ABB
Black with #AD1ABB
Text Example
Text Example
White with #AD1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ABB; }
p { color: rgb(173,26,187); }
H1.HeaderClassName
{
color: #AD1ABB;
}
.AnyTagClassName
{
color: #AD1ABB;
}
</style>
background-color css
<style>
a { background-color: #AD1ABB; }
a { background-color: rgb(173,26,187); }
div.DivClassName
{
background-color: #AD1ABB;
}
.BgClassName
{
background-color: #AD1ABB;
}
</style>
border-color css
<style>
span { border-color: #AD1ABB; }
span { border-color: rgb(173,26,187); }
td.TdClassName
{
border-color: #AD1ABB;
}
.TagClassName
{
border-color: #AD1ABB;
}
</style>