Shades of Dark Orchid #A21DB7
Tints of Dark Orchid #A21DB7
RGB
CMYK
RGB Variations
Color information
#A21DB7 (or 0xA21DB7) is known color: Dark Orchid. HEX triplet: A2, 1D and B7. RGB value is (162,29,183). Sum of RGB (Red+Green+Blue) = 162+29+183=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #A21DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DB7 is #5DE248. Grayscale: #555555. Windows color (decimal): -6152777 or 12000674. OLE color: 12000674.
HSL color Cylindrical-coordinate representation of color #A21DB7: hue angle of 291.82º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21DB7 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 29 | 183 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.28 |
| HSL | 291.82º | 0.73% | 0.42% | - |
| HSV(B) | 291.82º | 0.84% | 0.72% | - |
| XYZ | 23.89 | 11.98 | 45.85 | - |
| YUV | 86.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 183 | 0.11 | 0.84 | 0 | 0.28 | 291.82 | 0.73 | 0.42 |
| Hex | A2 | 1D | B7 | B | 54 | 0 | 1C | 124 | 49 | 2A |
| Octal | 242 | 35 | 267 | 13 | 124 | 0 | 34 | 444 | 111 | 52 |
| Binary | 10100010 | 11101 | 10110111 | 1011 | 1010100 | 0 | 11100 | 100100100 | 1001001 | 101010 |
Color Harmonies of #A21DB7
Complementary color
Monochromatic Colors of #A21DB7
Black with #A21DB7
Text Example
Text Example
White with #A21DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DB7; }
p { color: rgb(162,29,183); }
H1.HeaderClassName
{
color: #A21DB7;
}
.AnyTagClassName
{
color: #A21DB7;
}
</style>
background-color css
<style>
a { background-color: #A21DB7; }
a { background-color: rgb(162,29,183); }
div.DivClassName
{
background-color: #A21DB7;
}
.BgClassName
{
background-color: #A21DB7;
}
</style>
border-color css
<style>
span { border-color: #A21DB7; }
span { border-color: rgb(162,29,183); }
td.TdClassName
{
border-color: #A21DB7;
}
.TagClassName
{
border-color: #A21DB7;
}
</style>