Shades of Dark Orchid #AD2DC9
Tints of Dark Orchid #AD2DC9
RGB
CMYK
RGB Variations
Color information
#AD2DC9 (or 0xAD2DC9) is known color: Dark Orchid. HEX triplet: AD, 2D and C9. RGB value is (173,45,201). Sum of RGB (Red+Green+Blue) = 173+45+201=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD2DC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DC9 is #52D236. Grayscale: #646464. Windows color (decimal): -5427767 or 13184429. OLE color: 13184429.
HSL color Cylindrical-coordinate representation of color #AD2DC9: hue angle of 289.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2DC9 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 45 | 201 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.21 |
| HSL | 289.23º | 0.63% | 0.48% | - |
| HSV(B) | 289.23º | 0.78% | 0.79% | - |
| XYZ | 28.71 | 14.98 | 56.64 | - |
| YUV | 101.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 201 | 0.14 | 0.78 | 0 | 0.21 | 289.23 | 0.63 | 0.48 |
| Hex | AD | 2D | C9 | E | 4E | 0 | 15 | 121 | 3F | 30 |
| Octal | 255 | 55 | 311 | 16 | 116 | 0 | 25 | 441 | 77 | 60 |
| Binary | 10101101 | 101101 | 11001001 | 1110 | 1001110 | 0 | 10101 | 100100001 | 111111 | 110000 |
Color Harmonies of #AD2DC9
Complementary color
Monochromatic Colors of #AD2DC9
Black with #AD2DC9
Text Example
Text Example
White with #AD2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DC9; }
p { color: rgb(173,45,201); }
H1.HeaderClassName
{
color: #AD2DC9;
}
.AnyTagClassName
{
color: #AD2DC9;
}
</style>
background-color css
<style>
a { background-color: #AD2DC9; }
a { background-color: rgb(173,45,201); }
div.DivClassName
{
background-color: #AD2DC9;
}
.BgClassName
{
background-color: #AD2DC9;
}
</style>
border-color css
<style>
span { border-color: #AD2DC9; }
span { border-color: rgb(173,45,201); }
td.TdClassName
{
border-color: #AD2DC9;
}
.TagClassName
{
border-color: #AD2DC9;
}
</style>