Shades of Dark Orchid #AD2DBA
Tints of Dark Orchid #AD2DBA
RGB
CMYK
RGB Variations
Color information
#AD2DBA (or 0xAD2DBA) is known color: Dark Orchid. HEX triplet: AD, 2D and BA. RGB value is (173,45,186). Sum of RGB (Red+Green+Blue) = 173+45+186=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DBA is #52D245. Grayscale: #626262. Windows color (decimal): -5427782 or 12201389. OLE color: 12201389.
HSL color Cylindrical-coordinate representation of color #AD2DBA: hue angle of 294.47º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2DBA is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 45 | 186 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.27 |
| HSL | 294.47º | 0.61% | 0.45% | - |
| HSV(B) | 294.47º | 0.76% | 0.73% | - |
| XYZ | 27.03 | 14.31 | 47.79 | - |
| YUV | 99.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 186 | 0.07 | 0.76 | 0 | 0.27 | 294.47 | 0.61 | 0.45 |
| Hex | AD | 2D | BA | 7 | 4C | 0 | 1B | 126 | 3D | 2D |
| Octal | 255 | 55 | 272 | 7 | 114 | 0 | 33 | 446 | 75 | 55 |
| Binary | 10101101 | 101101 | 10111010 | 111 | 1001100 | 0 | 11011 | 100100110 | 111101 | 101101 |
Color Harmonies of #AD2DBA
Complementary color
Monochromatic Colors of #AD2DBA
Black with #AD2DBA
Text Example
Text Example
White with #AD2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DBA; }
p { color: rgb(173,45,186); }
H1.HeaderClassName
{
color: #AD2DBA;
}
.AnyTagClassName
{
color: #AD2DBA;
}
</style>
background-color css
<style>
a { background-color: #AD2DBA; }
a { background-color: rgb(173,45,186); }
div.DivClassName
{
background-color: #AD2DBA;
}
.BgClassName
{
background-color: #AD2DBA;
}
</style>
border-color css
<style>
span { border-color: #AD2DBA; }
span { border-color: rgb(173,45,186); }
td.TdClassName
{
border-color: #AD2DBA;
}
.TagClassName
{
border-color: #AD2DBA;
}
</style>