Shades of Dark Orchid #A21FC1
Tints of Dark Orchid #A21FC1
RGB
CMYK
RGB Variations
Color information
#A21FC1 (or 0xA21FC1) is known color: Dark Orchid. HEX triplet: A2, 1F and C1. RGB value is (162,31,193). Sum of RGB (Red+Green+Blue) = 162+31+193=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #A21FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21FC1 is #5DE03E. Grayscale: #585858. Windows color (decimal): -6152255 or 12656546. OLE color: 12656546.
HSL color Cylindrical-coordinate representation of color #A21FC1: hue angle of 288.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21FC1 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 31 | 193 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.24 |
| HSL | 288.52º | 0.72% | 0.44% | - |
| HSV(B) | 288.52º | 0.84% | 0.76% | - |
| XYZ | 25.02 | 12.51 | 51.55 | - |
| YUV | 88.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 31 | 193 | 0.16 | 0.84 | 0 | 0.24 | 288.52 | 0.72 | 0.44 |
| Hex | A2 | 1F | C1 | 10 | 54 | 0 | 18 | 121 | 48 | 2C |
| Octal | 242 | 37 | 301 | 20 | 124 | 0 | 30 | 441 | 110 | 54 |
| Binary | 10100010 | 11111 | 11000001 | 10000 | 1010100 | 0 | 11000 | 100100001 | 1001000 | 101100 |
Color Harmonies of #A21FC1
Complementary color
Monochromatic Colors of #A21FC1
Black with #A21FC1
Text Example
Text Example
White with #A21FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21FC1; }
p { color: rgb(162,31,193); }
H1.HeaderClassName
{
color: #A21FC1;
}
.AnyTagClassName
{
color: #A21FC1;
}
</style>
background-color css
<style>
a { background-color: #A21FC1; }
a { background-color: rgb(162,31,193); }
div.DivClassName
{
background-color: #A21FC1;
}
.BgClassName
{
background-color: #A21FC1;
}
</style>
border-color css
<style>
span { border-color: #A21FC1; }
span { border-color: rgb(162,31,193); }
td.TdClassName
{
border-color: #A21FC1;
}
.TagClassName
{
border-color: #A21FC1;
}
</style>