Shades of Dark Orchid #AD34D9
Tints of Dark Orchid #AD34D9
RGB
CMYK
RGB Variations
Color information
#AD34D9 (or 0xAD34D9) is known color: Dark Orchid. HEX triplet: AD, 34 and D9. RGB value is (173,52,217). Sum of RGB (Red+Green+Blue) = 173+52+217=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34D9 is #52CB26. Grayscale: #6A6A6A. Windows color (decimal): -5425959 or 14234797. OLE color: 14234797.
HSL color Cylindrical-coordinate representation of color #AD34D9: hue angle of 284º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD34D9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 52 | 217 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.15 |
| HSL | 284º | 0.68% | 0.53% | - |
| HSV(B) | 284º | 0.76% | 0.85% | - |
| XYZ | 30.99 | 16.35 | 67.17 | - |
| YUV | 106.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 217 | 0.20 | 0.76 | 0 | 0.15 | 284 | 0.68 | 0.53 |
| Hex | AD | 34 | D9 | 14 | 4C | 0 | F | 11C | 44 | 35 |
| Octal | 255 | 64 | 331 | 24 | 114 | 0 | 17 | 434 | 104 | 65 |
| Binary | 10101101 | 110100 | 11011001 | 10100 | 1001100 | 0 | 1111 | 100011100 | 1000100 | 110101 |
Color Harmonies of #AD34D9
Complementary color
Monochromatic Colors of #AD34D9
Black with #AD34D9
Text Example
Text Example
White with #AD34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34D9; }
p { color: rgb(173,52,217); }
H1.HeaderClassName
{
color: #AD34D9;
}
.AnyTagClassName
{
color: #AD34D9;
}
</style>
background-color css
<style>
a { background-color: #AD34D9; }
a { background-color: rgb(173,52,217); }
div.DivClassName
{
background-color: #AD34D9;
}
.BgClassName
{
background-color: #AD34D9;
}
</style>
border-color css
<style>
span { border-color: #AD34D9; }
span { border-color: rgb(173,52,217); }
td.TdClassName
{
border-color: #AD34D9;
}
.TagClassName
{
border-color: #AD34D9;
}
</style>