Shades of Dark Orchid #AD1AC9
Tints of Dark Orchid #AD1AC9
RGB
CMYK
RGB Variations
Color information
#AD1AC9 (or 0xAD1AC9) is known color: Dark Orchid. HEX triplet: AD, 1A and C9. RGB value is (173,26,201). Sum of RGB (Red+Green+Blue) = 173+26+201=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD1AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1AC9 is #52E536. Grayscale: #595959. Windows color (decimal): -5432631 or 13179565. OLE color: 13179565.
HSL color Cylindrical-coordinate representation of color #AD1AC9: hue angle of 290.4º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1AC9 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 26 | 201 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.21 |
| HSL | 290.4º | 0.77% | 0.45% | - |
| HSV(B) | 290.4º | 0.87% | 0.79% | - |
| XYZ | 28.15 | 13.84 | 56.45 | - |
| YUV | 89.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 201 | 0.14 | 0.87 | 0 | 0.21 | 290.4 | 0.77 | 0.45 |
| Hex | AD | 1A | C9 | E | 57 | 0 | 15 | 122 | 4D | 2D |
| Octal | 255 | 32 | 311 | 16 | 127 | 0 | 25 | 442 | 115 | 55 |
| Binary | 10101101 | 11010 | 11001001 | 1110 | 1010111 | 0 | 10101 | 100100010 | 1001101 | 101101 |
Color Harmonies of #AD1AC9
Complementary color
Monochromatic Colors of #AD1AC9
Black with #AD1AC9
Text Example
Text Example
White with #AD1AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1AC9; }
p { color: rgb(173,26,201); }
H1.HeaderClassName
{
color: #AD1AC9;
}
.AnyTagClassName
{
color: #AD1AC9;
}
</style>
background-color css
<style>
a { background-color: #AD1AC9; }
a { background-color: rgb(173,26,201); }
div.DivClassName
{
background-color: #AD1AC9;
}
.BgClassName
{
background-color: #AD1AC9;
}
</style>
border-color css
<style>
span { border-color: #AD1AC9; }
span { border-color: rgb(173,26,201); }
td.TdClassName
{
border-color: #AD1AC9;
}
.TagClassName
{
border-color: #AD1AC9;
}
</style>