Shades of Dark Orchid #A920DF
Tints of Dark Orchid #A920DF
RGB
CMYK
RGB Variations
Color information
#A920DF (or 0xA920DF) is known color: Dark Orchid. HEX triplet: A9, 20 and DF. RGB value is (169,32,223). Sum of RGB (Red+Green+Blue) = 169+32+223=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #A920DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A920DF is #56DF20. Grayscale: #5E5E5E. Windows color (decimal): -5693217 or 14622889. OLE color: 14622889.
HSL color Cylindrical-coordinate representation of color #A920DF: hue angle of 283.04º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A920DF is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 32 | 223 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 283.04º | 0.75% | 0.5% | - |
| HSV(B) | 283.04º | 0.86% | 0.87% | - |
| XYZ | 30.2 | 14.8 | 71.08 | - |
| YUV | 94.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 32 | 223 | 0.24 | 0.86 | 0 | 0.13 | 283.04 | 0.75 | 0.5 |
| Hex | A9 | 20 | DF | 18 | 56 | 0 | D | 11B | 4B | 32 |
| Octal | 251 | 40 | 337 | 30 | 126 | 0 | 15 | 433 | 113 | 62 |
| Binary | 10101001 | 100000 | 11011111 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001011 | 110010 |
Color Harmonies of #A920DF
Complementary color
Monochromatic Colors of #A920DF
Black with #A920DF
Text Example
Text Example
White with #A920DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A920DF; }
p { color: rgb(169,32,223); }
H1.HeaderClassName
{
color: #A920DF;
}
.AnyTagClassName
{
color: #A920DF;
}
</style>
background-color css
<style>
a { background-color: #A920DF; }
a { background-color: rgb(169,32,223); }
div.DivClassName
{
background-color: #A920DF;
}
.BgClassName
{
background-color: #A920DF;
}
</style>
border-color css
<style>
span { border-color: #A920DF; }
span { border-color: rgb(169,32,223); }
td.TdClassName
{
border-color: #A920DF;
}
.TagClassName
{
border-color: #A920DF;
}
</style>