Shades of Dark Orchid #AD22CF
Tints of Dark Orchid #AD22CF
RGB
CMYK
RGB Variations
Color information
#AD22CF (or 0xAD22CF) is known color: Dark Orchid. HEX triplet: AD, 22 and CF. RGB value is (173,34,207). Sum of RGB (Red+Green+Blue) = 173+34+207=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD22CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22CF is #52DD30. Grayscale: #5E5E5E. Windows color (decimal): -5430577 or 13574829. OLE color: 13574829.
HSL color Cylindrical-coordinate representation of color #AD22CF: hue angle of 288.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD22CF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 34 | 207 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.19 |
| HSL | 288.21º | 0.72% | 0.47% | - |
| HSV(B) | 288.21º | 0.84% | 0.81% | - |
| XYZ | 29.07 | 14.53 | 60.3 | - |
| YUV | 95.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 207 | 0.16 | 0.84 | 0 | 0.19 | 288.21 | 0.72 | 0.47 |
| Hex | AD | 22 | CF | 10 | 54 | 0 | 13 | 120 | 48 | 2F |
| Octal | 255 | 42 | 317 | 20 | 124 | 0 | 23 | 440 | 110 | 57 |
| Binary | 10101101 | 100010 | 11001111 | 10000 | 1010100 | 0 | 10011 | 100100000 | 1001000 | 101111 |
Color Harmonies of #AD22CF
Complementary color
Monochromatic Colors of #AD22CF
Black with #AD22CF
Text Example
Text Example
White with #AD22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD22CF; }
p { color: rgb(173,34,207); }
H1.HeaderClassName
{
color: #AD22CF;
}
.AnyTagClassName
{
color: #AD22CF;
}
</style>
background-color css
<style>
a { background-color: #AD22CF; }
a { background-color: rgb(173,34,207); }
div.DivClassName
{
background-color: #AD22CF;
}
.BgClassName
{
background-color: #AD22CF;
}
</style>
border-color css
<style>
span { border-color: #AD22CF; }
span { border-color: rgb(173,34,207); }
td.TdClassName
{
border-color: #AD22CF;
}
.TagClassName
{
border-color: #AD22CF;
}
</style>