Shades of Dark Orchid #A121C1
Tints of Dark Orchid #A121C1
RGB
CMYK
RGB Variations
Color information
#A121C1 (or 0xA121C1) is known color: Dark Orchid. HEX triplet: A1, 21 and C1. RGB value is (161,33,193). Sum of RGB (Red+Green+Blue) = 161+33+193=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #A121C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121C1 is #5EDE3E. Grayscale: #595959. Windows color (decimal): -6217279 or 12657057. OLE color: 12657057.
HSL color Cylindrical-coordinate representation of color #A121C1: hue angle of 288º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A121C1 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 33 | 193 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.24 |
| HSL | 288º | 0.71% | 0.44% | - |
| HSV(B) | 288º | 0.83% | 0.76% | - |
| XYZ | 24.87 | 12.52 | 51.56 | - |
| YUV | 89.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 193 | 0.17 | 0.83 | 0 | 0.24 | 288 | 0.71 | 0.44 |
| Hex | A1 | 21 | C1 | 11 | 53 | 0 | 18 | 120 | 47 | 2C |
| Octal | 241 | 41 | 301 | 21 | 123 | 0 | 30 | 440 | 107 | 54 |
| Binary | 10100001 | 100001 | 11000001 | 10001 | 1010011 | 0 | 11000 | 100100000 | 1000111 | 101100 |
Color Harmonies of #A121C1
Complementary color
Monochromatic Colors of #A121C1
Black with #A121C1
Text Example
Text Example
White with #A121C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121C1; }
p { color: rgb(161,33,193); }
H1.HeaderClassName
{
color: #A121C1;
}
.AnyTagClassName
{
color: #A121C1;
}
</style>
background-color css
<style>
a { background-color: #A121C1; }
a { background-color: rgb(161,33,193); }
div.DivClassName
{
background-color: #A121C1;
}
.BgClassName
{
background-color: #A121C1;
}
</style>
border-color css
<style>
span { border-color: #A121C1; }
span { border-color: rgb(161,33,193); }
td.TdClassName
{
border-color: #A121C1;
}
.TagClassName
{
border-color: #A121C1;
}
</style>