Shades of Dark Orchid #AD21AF
Tints of Dark Orchid #AD21AF
RGB
CMYK
RGB Variations
Color information
#AD21AF (or 0xAD21AF) is known color: Dark Orchid. HEX triplet: AD, 21 and AF. RGB value is (173,33,175). Sum of RGB (Red+Green+Blue) = 173+33+175=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD21AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21AF is #52DE50. Grayscale: #5A5A5A. Windows color (decimal): -5430865 or 11477421. OLE color: 11477421.
HSL color Cylindrical-coordinate representation of color #AD21AF: hue angle of 299.15º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD21AF is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 33 | 175 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.31 |
| HSL | 299.15º | 0.68% | 0.41% | - |
| HSV(B) | 299.15º | 0.81% | 0.69% | - |
| XYZ | 25.52 | 13.07 | 41.73 | - |
| YUV | 91.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 175 | 0.01 | 0.81 | 0 | 0.31 | 299.15 | 0.68 | 0.41 |
| Hex | AD | 21 | AF | 1 | 51 | 0 | 1F | 12B | 44 | 29 |
| Octal | 255 | 41 | 257 | 1 | 121 | 0 | 37 | 453 | 104 | 51 |
| Binary | 10101101 | 100001 | 10101111 | 1 | 1010001 | 0 | 11111 | 100101011 | 1000100 | 101001 |
Color Harmonies of #AD21AF
Complementary color
Monochromatic Colors of #AD21AF
Black with #AD21AF
Text Example
Text Example
White with #AD21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21AF; }
p { color: rgb(173,33,175); }
H1.HeaderClassName
{
color: #AD21AF;
}
.AnyTagClassName
{
color: #AD21AF;
}
</style>
background-color css
<style>
a { background-color: #AD21AF; }
a { background-color: rgb(173,33,175); }
div.DivClassName
{
background-color: #AD21AF;
}
.BgClassName
{
background-color: #AD21AF;
}
</style>
border-color css
<style>
span { border-color: #AD21AF; }
span { border-color: rgb(173,33,175); }
td.TdClassName
{
border-color: #AD21AF;
}
.TagClassName
{
border-color: #AD21AF;
}
</style>