Shades of Dark Orchid #AD2FBA
Tints of Dark Orchid #AD2FBA
RGB
CMYK
RGB Variations
Color information
#AD2FBA (or 0xAD2FBA) is known color: Dark Orchid. HEX triplet: AD, 2F and BA. RGB value is (173,47,186). Sum of RGB (Red+Green+Blue) = 173+47+186=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FBA is #52D045. Grayscale: #646464. Windows color (decimal): -5427270 or 12201901. OLE color: 12201901.
HSL color Cylindrical-coordinate representation of color #AD2FBA: hue angle of 294.39º 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 #AD2FBA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 47 | 186 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.27 |
| HSL | 294.39º | 0.6% | 0.46% | - |
| HSV(B) | 294.39º | 0.75% | 0.73% | - |
| XYZ | 27.11 | 14.46 | 47.82 | - |
| YUV | 100.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 186 | 0.07 | 0.75 | 0 | 0.27 | 294.39 | 0.6 | 0.46 |
| Hex | AD | 2F | BA | 7 | 4B | 0 | 1B | 126 | 3C | 2E |
| Octal | 255 | 57 | 272 | 7 | 113 | 0 | 33 | 446 | 74 | 56 |
| Binary | 10101101 | 101111 | 10111010 | 111 | 1001011 | 0 | 11011 | 100100110 | 111100 | 101110 |
Color Harmonies of #AD2FBA
Complementary color
Monochromatic Colors of #AD2FBA
Black with #AD2FBA
Text Example
Text Example
White with #AD2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2FBA; }
p { color: rgb(173,47,186); }
H1.HeaderClassName
{
color: #AD2FBA;
}
.AnyTagClassName
{
color: #AD2FBA;
}
</style>
background-color css
<style>
a { background-color: #AD2FBA; }
a { background-color: rgb(173,47,186); }
div.DivClassName
{
background-color: #AD2FBA;
}
.BgClassName
{
background-color: #AD2FBA;
}
</style>
border-color css
<style>
span { border-color: #AD2FBA; }
span { border-color: rgb(173,47,186); }
td.TdClassName
{
border-color: #AD2FBA;
}
.TagClassName
{
border-color: #AD2FBA;
}
</style>