Shades of Dark Orchid #A921D9
Tints of Dark Orchid #A921D9
RGB
CMYK
RGB Variations
Color information
#A921D9 (or 0xA921D9) is known color: Dark Orchid. HEX triplet: A9, 21 and D9. RGB value is (169,33,217). Sum of RGB (Red+Green+Blue) = 169+33+217=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #A921D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921D9 is #56DE26. Grayscale: #5E5E5E. Windows color (decimal): -5692967 or 14229929. OLE color: 14229929.
HSL color Cylindrical-coordinate representation of color #A921D9: hue angle of 284.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A921D9 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 33 | 217 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.15 |
| HSL | 284.35º | 0.74% | 0.49% | - |
| HSV(B) | 284.35º | 0.85% | 0.85% | - |
| XYZ | 29.43 | 14.53 | 66.9 | - |
| YUV | 94.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 217 | 0.22 | 0.85 | 0 | 0.15 | 284.35 | 0.74 | 0.49 |
| Hex | A9 | 21 | D9 | 16 | 55 | 0 | F | 11C | 4A | 31 |
| Octal | 251 | 41 | 331 | 26 | 125 | 0 | 17 | 434 | 112 | 61 |
| Binary | 10101001 | 100001 | 11011001 | 10110 | 1010101 | 0 | 1111 | 100011100 | 1001010 | 110001 |
Color Harmonies of #A921D9
Complementary color
Monochromatic Colors of #A921D9
Black with #A921D9
Text Example
Text Example
White with #A921D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921D9; }
p { color: rgb(169,33,217); }
H1.HeaderClassName
{
color: #A921D9;
}
.AnyTagClassName
{
color: #A921D9;
}
</style>
background-color css
<style>
a { background-color: #A921D9; }
a { background-color: rgb(169,33,217); }
div.DivClassName
{
background-color: #A921D9;
}
.BgClassName
{
background-color: #A921D9;
}
</style>
border-color css
<style>
span { border-color: #A921D9; }
span { border-color: rgb(169,33,217); }
td.TdClassName
{
border-color: #A921D9;
}
.TagClassName
{
border-color: #A921D9;
}
</style>