Shades of Dark Orchid #A121C2
Tints of Dark Orchid #A121C2
RGB
CMYK
RGB Variations
Color information
#A121C2 (or 0xA121C2) is known color: Dark Orchid. HEX triplet: A1, 21 and C2. RGB value is (161,33,194). Sum of RGB (Red+Green+Blue) = 161+33+194=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #A121C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121C2 is #5EDE3D. Grayscale: #595959. Windows color (decimal): -6217278 or 12722593. OLE color: 12722593.
HSL color Cylindrical-coordinate representation of color #A121C2: hue angle of 287.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A121C2 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 33 | 194 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.24 |
| HSL | 287.7º | 0.71% | 0.45% | - |
| HSV(B) | 287.7º | 0.83% | 0.76% | - |
| XYZ | 24.98 | 12.56 | 52.15 | - |
| YUV | 89.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 194 | 0.17 | 0.83 | 0 | 0.24 | 287.7 | 0.71 | 0.45 |
| Hex | A1 | 21 | C2 | 11 | 53 | 0 | 18 | 120 | 47 | 2D |
| Octal | 241 | 41 | 302 | 21 | 123 | 0 | 30 | 440 | 107 | 55 |
| Binary | 10100001 | 100001 | 11000010 | 10001 | 1010011 | 0 | 11000 | 100100000 | 1000111 | 101101 |
Color Harmonies of #A121C2
Complementary color
Monochromatic Colors of #A121C2
Black with #A121C2
Text Example
Text Example
White with #A121C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121C2; }
p { color: rgb(161,33,194); }
H1.HeaderClassName
{
color: #A121C2;
}
.AnyTagClassName
{
color: #A121C2;
}
</style>
background-color css
<style>
a { background-color: #A121C2; }
a { background-color: rgb(161,33,194); }
div.DivClassName
{
background-color: #A121C2;
}
.BgClassName
{
background-color: #A121C2;
}
</style>
border-color css
<style>
span { border-color: #A121C2; }
span { border-color: rgb(161,33,194); }
td.TdClassName
{
border-color: #A121C2;
}
.TagClassName
{
border-color: #A121C2;
}
</style>