Shades of Dark Orchid #A121BC
Tints of Dark Orchid #A121BC
RGB
CMYK
RGB Variations
Color information
#A121BC (or 0xA121BC) is known color: Dark Orchid. HEX triplet: A1, 21 and BC. RGB value is (161,33,188). Sum of RGB (Red+Green+Blue) = 161+33+188=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #A121BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A121BC is #5EDE43. Grayscale: #585858. Windows color (decimal): -6217284 or 12329377. OLE color: 12329377.
HSL color Cylindrical-coordinate representation of color #A121BC: hue angle of 289.55º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A121BC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 33 | 188 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.26 |
| HSL | 289.55º | 0.7% | 0.43% | - |
| HSV(B) | 289.55º | 0.82% | 0.74% | - |
| XYZ | 24.32 | 12.3 | 48.67 | - |
| YUV | 88.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 188 | 0.14 | 0.82 | 0 | 0.26 | 289.55 | 0.7 | 0.43 |
| Hex | A1 | 21 | BC | E | 52 | 0 | 1A | 122 | 46 | 2B |
| Octal | 241 | 41 | 274 | 16 | 122 | 0 | 32 | 442 | 106 | 53 |
| Binary | 10100001 | 100001 | 10111100 | 1110 | 1010010 | 0 | 11010 | 100100010 | 1000110 | 101011 |
Color Harmonies of #A121BC
Complementary color
Monochromatic Colors of #A121BC
Black with #A121BC
Text Example
Text Example
White with #A121BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A121BC; }
p { color: rgb(161,33,188); }
H1.HeaderClassName
{
color: #A121BC;
}
.AnyTagClassName
{
color: #A121BC;
}
</style>
background-color css
<style>
a { background-color: #A121BC; }
a { background-color: rgb(161,33,188); }
div.DivClassName
{
background-color: #A121BC;
}
.BgClassName
{
background-color: #A121BC;
}
</style>
border-color css
<style>
span { border-color: #A121BC; }
span { border-color: rgb(161,33,188); }
td.TdClassName
{
border-color: #A121BC;
}
.TagClassName
{
border-color: #A121BC;
}
</style>