Shades of Dark Orchid #A921D7
Tints of Dark Orchid #A921D7
RGB
CMYK
RGB Variations
Color information
#A921D7 (or 0xA921D7) is known color: Dark Orchid. HEX triplet: A9, 21 and D7. RGB value is (169,33,215). Sum of RGB (Red+Green+Blue) = 169+33+215=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #A921D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A921D7 is #56DE28. Grayscale: #5D5D5D. Windows color (decimal): -5692969 or 14098857. OLE color: 14098857.
HSL color Cylindrical-coordinate representation of color #A921D7: hue angle of 284.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A921D7 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 33 | 215 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.16 |
| HSL | 284.84º | 0.73% | 0.49% | - |
| HSV(B) | 284.84º | 0.85% | 0.84% | - |
| XYZ | 29.17 | 14.43 | 65.54 | - |
| YUV | 94.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 33 | 215 | 0.21 | 0.85 | 0 | 0.16 | 284.84 | 0.73 | 0.49 |
| Hex | A9 | 21 | D7 | 15 | 55 | 0 | 10 | 11D | 49 | 31 |
| Octal | 251 | 41 | 327 | 25 | 125 | 0 | 20 | 435 | 111 | 61 |
| Binary | 10101001 | 100001 | 11010111 | 10101 | 1010101 | 0 | 10000 | 100011101 | 1001001 | 110001 |
Color Harmonies of #A921D7
Complementary color
Monochromatic Colors of #A921D7
Black with #A921D7
Text Example
Text Example
White with #A921D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A921D7; }
p { color: rgb(169,33,215); }
H1.HeaderClassName
{
color: #A921D7;
}
.AnyTagClassName
{
color: #A921D7;
}
</style>
background-color css
<style>
a { background-color: #A921D7; }
a { background-color: rgb(169,33,215); }
div.DivClassName
{
background-color: #A921D7;
}
.BgClassName
{
background-color: #A921D7;
}
</style>
border-color css
<style>
span { border-color: #A921D7; }
span { border-color: rgb(169,33,215); }
td.TdClassName
{
border-color: #A921D7;
}
.TagClassName
{
border-color: #A921D7;
}
</style>