Shades of Dark Orchid #AD1ABA
Tints of Dark Orchid #AD1ABA
RGB
CMYK
RGB Variations
Color information
#AD1ABA (or 0xAD1ABA) is known color: Dark Orchid. HEX triplet: AD, 1A and BA. RGB value is (173,26,186). Sum of RGB (Red+Green+Blue) = 173+26+186=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD1ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ABA is #52E545. Grayscale: #575757. Windows color (decimal): -5432646 or 12196525. OLE color: 12196525.
HSL color Cylindrical-coordinate representation of color #AD1ABA: hue angle of 295.12º degrees, saturation: 0.75, 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 #AD1ABA is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 26 | 186 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.27 |
| HSL | 295.13º | 0.75% | 0.42% | - |
| HSV(B) | 295.13º | 0.86% | 0.73% | - |
| XYZ | 26.47 | 13.17 | 47.6 | - |
| YUV | 88.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 186 | 0.07 | 0.86 | 0 | 0.27 | 295.13 | 0.75 | 0.42 |
| Hex | AD | 1A | BA | 7 | 56 | 0 | 1B | 127 | 4B | 2A |
| Octal | 255 | 32 | 272 | 7 | 126 | 0 | 33 | 447 | 113 | 52 |
| Binary | 10101101 | 11010 | 10111010 | 111 | 1010110 | 0 | 11011 | 100100111 | 1001011 | 101010 |
Color Harmonies of #AD1ABA
Complementary color
Monochromatic Colors of #AD1ABA
Black with #AD1ABA
Text Example
Text Example
White with #AD1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ABA; }
p { color: rgb(173,26,186); }
H1.HeaderClassName
{
color: #AD1ABA;
}
.AnyTagClassName
{
color: #AD1ABA;
}
</style>
background-color css
<style>
a { background-color: #AD1ABA; }
a { background-color: rgb(173,26,186); }
div.DivClassName
{
background-color: #AD1ABA;
}
.BgClassName
{
background-color: #AD1ABA;
}
</style>
border-color css
<style>
span { border-color: #AD1ABA; }
span { border-color: rgb(173,26,186); }
td.TdClassName
{
border-color: #AD1ABA;
}
.TagClassName
{
border-color: #AD1ABA;
}
</style>