Shades of Dark Orchid #A121DC
Tints of Dark Orchid #A121DC
RGB
CMYK
RGB Variations
Color information
#A121DC (or 0xA121DC) is known color: Dark Orchid. HEX triplet: A1, 21 and DC. RGB value is (161,33,220). Sum of RGB (Red+Green+Blue) = 161+33+220=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A121DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121DC is #5EDE23. Grayscale: #5B5B5B. Windows color (decimal): -6217252 or 14426529. OLE color: 14426529.
HSL color Cylindrical-coordinate representation of color #A121DC: hue angle of 281.07º 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 #A121DC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 33 | 220 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.14 |
| HSL | 281.07º | 0.74% | 0.5% | - |
| HSV(B) | 281.07º | 0.85% | 0.86% | - |
| XYZ | 28.16 | 13.83 | 68.9 | - |
| YUV | 92.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 220 | 0.27 | 0.85 | 0 | 0.14 | 281.07 | 0.74 | 0.5 |
| Hex | A1 | 21 | DC | 1B | 55 | 0 | E | 119 | 4A | 32 |
| Octal | 241 | 41 | 334 | 33 | 125 | 0 | 16 | 431 | 112 | 62 |
| Binary | 10100001 | 100001 | 11011100 | 11011 | 1010101 | 0 | 1110 | 100011001 | 1001010 | 110010 |
Color Harmonies of #A121DC
Complementary color
Monochromatic Colors of #A121DC
Black with #A121DC
Text Example
Text Example
White with #A121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121DC; }
p { color: rgb(161,33,220); }
H1.HeaderClassName
{
color: #A121DC;
}
.AnyTagClassName
{
color: #A121DC;
}
</style>
background-color css
<style>
a { background-color: #A121DC; }
a { background-color: rgb(161,33,220); }
div.DivClassName
{
background-color: #A121DC;
}
.BgClassName
{
background-color: #A121DC;
}
</style>
border-color css
<style>
span { border-color: #A121DC; }
span { border-color: rgb(161,33,220); }
td.TdClassName
{
border-color: #A121DC;
}
.TagClassName
{
border-color: #A121DC;
}
</style>