Shades of Dark Orchid #AD1BBA
Tints of Dark Orchid #AD1BBA
RGB
CMYK
RGB Variations
Color information
#AD1BBA (or 0xAD1BBA) is known color: Dark Orchid. HEX triplet: AD, 1B and BA. RGB value is (173,27,186). Sum of RGB (Red+Green+Blue) = 173+27+186=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1BBA is #52E445. Grayscale: #585858. Windows color (decimal): -5432390 or 12196781. OLE color: 12196781.
HSL color Cylindrical-coordinate representation of color #AD1BBA: hue angle of 295.09º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1BBA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 27 | 186 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.27 |
| HSL | 295.09º | 0.75% | 0.42% | - |
| HSV(B) | 295.09º | 0.85% | 0.73% | - |
| XYZ | 26.49 | 13.21 | 47.61 | - |
| YUV | 88.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 186 | 0.07 | 0.85 | 0 | 0.27 | 295.09 | 0.75 | 0.42 |
| Hex | AD | 1B | BA | 7 | 55 | 0 | 1B | 127 | 4B | 2A |
| Octal | 255 | 33 | 272 | 7 | 125 | 0 | 33 | 447 | 113 | 52 |
| Binary | 10101101 | 11011 | 10111010 | 111 | 1010101 | 0 | 11011 | 100100111 | 1001011 | 101010 |
Color Harmonies of #AD1BBA
Complementary color
Monochromatic Colors of #AD1BBA
Black with #AD1BBA
Text Example
Text Example
White with #AD1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1BBA; }
p { color: rgb(173,27,186); }
H1.HeaderClassName
{
color: #AD1BBA;
}
.AnyTagClassName
{
color: #AD1BBA;
}
</style>
background-color css
<style>
a { background-color: #AD1BBA; }
a { background-color: rgb(173,27,186); }
div.DivClassName
{
background-color: #AD1BBA;
}
.BgClassName
{
background-color: #AD1BBA;
}
</style>
border-color css
<style>
span { border-color: #AD1BBA; }
span { border-color: rgb(173,27,186); }
td.TdClassName
{
border-color: #AD1BBA;
}
.TagClassName
{
border-color: #AD1BBA;
}
</style>