Shades of Dark Orchid #AD2ADD
Tints of Dark Orchid #AD2ADD
RGB
CMYK
RGB Variations
Color information
#AD2ADD (or 0xAD2ADD) is known color: Dark Orchid. HEX triplet: AD, 2A and DD. RGB value is (173,42,221). Sum of RGB (Red+Green+Blue) = 173+42+221=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ADD is #52D522. Grayscale: #646464. Windows color (decimal): -5428515 or 14494381. OLE color: 14494381.
HSL color Cylindrical-coordinate representation of color #AD2ADD: hue angle of 283.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2ADD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 42 | 221 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.13 |
| HSL | 283.91º | 0.72% | 0.52% | - |
| HSV(B) | 283.91º | 0.81% | 0.87% | - |
| XYZ | 31.11 | 15.76 | 69.81 | - |
| YUV | 101.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 221 | 0.22 | 0.81 | 0 | 0.13 | 283.91 | 0.72 | 0.52 |
| Hex | AD | 2A | DD | 16 | 51 | 0 | D | 11C | 48 | 34 |
| Octal | 255 | 52 | 335 | 26 | 121 | 0 | 15 | 434 | 110 | 64 |
| Binary | 10101101 | 101010 | 11011101 | 10110 | 1010001 | 0 | 1101 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AD2ADD
Complementary color
Monochromatic Colors of #AD2ADD
Black with #AD2ADD
Text Example
Text Example
White with #AD2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ADD; }
p { color: rgb(173,42,221); }
H1.HeaderClassName
{
color: #AD2ADD;
}
.AnyTagClassName
{
color: #AD2ADD;
}
</style>
background-color css
<style>
a { background-color: #AD2ADD; }
a { background-color: rgb(173,42,221); }
div.DivClassName
{
background-color: #AD2ADD;
}
.BgClassName
{
background-color: #AD2ADD;
}
</style>
border-color css
<style>
span { border-color: #AD2ADD; }
span { border-color: rgb(173,42,221); }
td.TdClassName
{
border-color: #AD2ADD;
}
.TagClassName
{
border-color: #AD2ADD;
}
</style>