Shades of Dark Orchid #AD34DD
Tints of Dark Orchid #AD34DD
RGB
CMYK
RGB Variations
Color information
#AD34DD (or 0xAD34DD) is known color: Dark Orchid. HEX triplet: AD, 34 and DD. RGB value is (173,52,221). Sum of RGB (Red+Green+Blue) = 173+52+221=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 52 (20.70% from 255 or 11.66% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD34DD is #52CB22. Grayscale: #6A6A6A. Windows color (decimal): -5425955 or 14496941. OLE color: 14496941.
HSL color Cylindrical-coordinate representation of color #AD34DD: hue angle of 282.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD34DD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 52 | 221 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.13 |
| HSL | 282.96º | 0.71% | 0.54% | - |
| HSV(B) | 282.96º | 0.76% | 0.87% | - |
| XYZ | 31.51 | 16.56 | 69.94 | - |
| YUV | 107.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 221 | 0.22 | 0.76 | 0 | 0.13 | 282.96 | 0.71 | 0.54 |
| Hex | AD | 34 | DD | 16 | 4C | 0 | D | 11B | 47 | 36 |
| Octal | 255 | 64 | 335 | 26 | 114 | 0 | 15 | 433 | 107 | 66 |
| Binary | 10101101 | 110100 | 11011101 | 10110 | 1001100 | 0 | 1101 | 100011011 | 1000111 | 110110 |
Color Harmonies of #AD34DD
Complementary color
Monochromatic Colors of #AD34DD
Black with #AD34DD
Text Example
Text Example
White with #AD34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34DD; }
p { color: rgb(173,52,221); }
H1.HeaderClassName
{
color: #AD34DD;
}
.AnyTagClassName
{
color: #AD34DD;
}
</style>
background-color css
<style>
a { background-color: #AD34DD; }
a { background-color: rgb(173,52,221); }
div.DivClassName
{
background-color: #AD34DD;
}
.BgClassName
{
background-color: #AD34DD;
}
</style>
border-color css
<style>
span { border-color: #AD34DD; }
span { border-color: rgb(173,52,221); }
td.TdClassName
{
border-color: #AD34DD;
}
.TagClassName
{
border-color: #AD34DD;
}
</style>