Shades of Dark Orchid #A120DD
Tints of Dark Orchid #A120DD
RGB
CMYK
RGB Variations
Color information
#A120DD (or 0xA120DD) is known color: Dark Orchid. HEX triplet: A1, 20 and DD. RGB value is (161,32,221). Sum of RGB (Red+Green+Blue) = 161+32+221=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #A120DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120DD is #5EDF22. Grayscale: #5B5B5B. Windows color (decimal): -6217507 or 14491809. OLE color: 14491809.
HSL color Cylindrical-coordinate representation of color #A120DD: hue angle of 280.95º 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 #A120DD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 32 | 221 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.13 |
| HSL | 280.95º | 0.75% | 0.5% | - |
| HSV(B) | 280.95º | 0.86% | 0.87% | - |
| XYZ | 28.27 | 13.83 | 69.59 | - |
| YUV | 92.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 221 | 0.27 | 0.86 | 0 | 0.13 | 280.95 | 0.75 | 0.5 |
| Hex | A1 | 20 | DD | 1B | 56 | 0 | D | 119 | 4B | 32 |
| Octal | 241 | 40 | 335 | 33 | 126 | 0 | 15 | 431 | 113 | 62 |
| Binary | 10100001 | 100000 | 11011101 | 11011 | 1010110 | 0 | 1101 | 100011001 | 1001011 | 110010 |
Color Harmonies of #A120DD
Complementary color
Monochromatic Colors of #A120DD
Black with #A120DD
Text Example
Text Example
White with #A120DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120DD; }
p { color: rgb(161,32,221); }
H1.HeaderClassName
{
color: #A120DD;
}
.AnyTagClassName
{
color: #A120DD;
}
</style>
background-color css
<style>
a { background-color: #A120DD; }
a { background-color: rgb(161,32,221); }
div.DivClassName
{
background-color: #A120DD;
}
.BgClassName
{
background-color: #A120DD;
}
</style>
border-color css
<style>
span { border-color: #A120DD; }
span { border-color: rgb(161,32,221); }
td.TdClassName
{
border-color: #A120DD;
}
.TagClassName
{
border-color: #A120DD;
}
</style>