Shades of Dark Orchid #A921DC
Tints of Dark Orchid #A921DC
RGB
CMYK
RGB Variations
Color information
#A921DC (or 0xA921DC) is known color: Dark Orchid. HEX triplet: A9, 21 and DC. RGB value is (169,33,220). Sum of RGB (Red+Green+Blue) = 169+33+220=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A921DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921DC is #56DE23. Grayscale: #5E5E5E. Windows color (decimal): -5692964 or 14426537. OLE color: 14426537.
HSL color Cylindrical-coordinate representation of color #A921DC: hue angle of 283.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A921DC is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 33 | 220 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 283.64º | 0.74% | 0.5% | - |
| HSV(B) | 283.64º | 0.85% | 0.86% | - |
| XYZ | 29.82 | 14.69 | 68.97 | - |
| YUV | 94.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 220 | 0.23 | 0.85 | 0 | 0.14 | 283.64 | 0.74 | 0.5 |
| Hex | A9 | 21 | DC | 17 | 55 | 0 | E | 11C | 4A | 32 |
| Octal | 251 | 41 | 334 | 27 | 125 | 0 | 16 | 434 | 112 | 62 |
| Binary | 10101001 | 100001 | 11011100 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001010 | 110010 |
Color Harmonies of #A921DC
Complementary color
Monochromatic Colors of #A921DC
Black with #A921DC
Text Example
Text Example
White with #A921DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921DC; }
p { color: rgb(169,33,220); }
H1.HeaderClassName
{
color: #A921DC;
}
.AnyTagClassName
{
color: #A921DC;
}
</style>
background-color css
<style>
a { background-color: #A921DC; }
a { background-color: rgb(169,33,220); }
div.DivClassName
{
background-color: #A921DC;
}
.BgClassName
{
background-color: #A921DC;
}
</style>
border-color css
<style>
span { border-color: #A921DC; }
span { border-color: rgb(169,33,220); }
td.TdClassName
{
border-color: #A921DC;
}
.TagClassName
{
border-color: #A921DC;
}
</style>