Shades of Dark Orchid #AD21B1
Tints of Dark Orchid #AD21B1
RGB
CMYK
RGB Variations
Color information
#AD21B1 (or 0xAD21B1) is known color: Dark Orchid. HEX triplet: AD, 21 and B1. RGB value is (173,33,177). Sum of RGB (Red+Green+Blue) = 173+33+177=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD21B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD21B1 is #52DE4E. Grayscale: #5A5A5A. Windows color (decimal): -5430863 or 11608493. OLE color: 11608493.
HSL color Cylindrical-coordinate representation of color #AD21B1: hue angle of 298.33º degrees, saturation: 0.69, 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 #AD21B1 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 33 | 177 | - |
| CMYK | 0.02 | 0.81 | 0 | 0.31 |
| HSL | 298.33º | 0.69% | 0.41% | - |
| HSV(B) | 298.33º | 0.81% | 0.69% | - |
| XYZ | 25.71 | 13.15 | 42.78 | - |
| YUV | 91.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 177 | 0.02 | 0.81 | 0 | 0.31 | 298.33 | 0.69 | 0.41 |
| Hex | AD | 21 | B1 | 2 | 51 | 0 | 1F | 12A | 45 | 29 |
| Octal | 255 | 41 | 261 | 2 | 121 | 0 | 37 | 452 | 105 | 51 |
| Binary | 10101101 | 100001 | 10110001 | 10 | 1010001 | 0 | 11111 | 100101010 | 1000101 | 101001 |
Color Harmonies of #AD21B1
Complementary color
Monochromatic Colors of #AD21B1
Black with #AD21B1
Text Example
Text Example
White with #AD21B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21B1; }
p { color: rgb(173,33,177); }
H1.HeaderClassName
{
color: #AD21B1;
}
.AnyTagClassName
{
color: #AD21B1;
}
</style>
background-color css
<style>
a { background-color: #AD21B1; }
a { background-color: rgb(173,33,177); }
div.DivClassName
{
background-color: #AD21B1;
}
.BgClassName
{
background-color: #AD21B1;
}
</style>
border-color css
<style>
span { border-color: #AD21B1; }
span { border-color: rgb(173,33,177); }
td.TdClassName
{
border-color: #AD21B1;
}
.TagClassName
{
border-color: #AD21B1;
}
</style>