Shades of Dark Orchid #A221C1
Tints of Dark Orchid #A221C1
RGB
CMYK
RGB Variations
Color information
#A221C1 (or 0xA221C1) is known color: Dark Orchid. HEX triplet: A2, 21 and C1. RGB value is (162,33,193). Sum of RGB (Red+Green+Blue) = 162+33+193=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #A221C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221C1 is #5DDE3E. Grayscale: #595959. Windows color (decimal): -6151743 or 12657058. OLE color: 12657058.
HSL color Cylindrical-coordinate representation of color #A221C1: hue angle of 288.38º 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 #A221C1 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 33 | 193 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.24 |
| HSL | 288.38º | 0.71% | 0.44% | - |
| HSV(B) | 288.38º | 0.83% | 0.76% | - |
| XYZ | 25.07 | 12.62 | 51.57 | - |
| YUV | 89.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 193 | 0.16 | 0.83 | 0 | 0.24 | 288.38 | 0.71 | 0.44 |
| Hex | A2 | 21 | C1 | 10 | 53 | 0 | 18 | 120 | 47 | 2C |
| Octal | 242 | 41 | 301 | 20 | 123 | 0 | 30 | 440 | 107 | 54 |
| Binary | 10100010 | 100001 | 11000001 | 10000 | 1010011 | 0 | 11000 | 100100000 | 1000111 | 101100 |
Color Harmonies of #A221C1
Complementary color
Monochromatic Colors of #A221C1
Black with #A221C1
Text Example
Text Example
White with #A221C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221C1; }
p { color: rgb(162,33,193); }
H1.HeaderClassName
{
color: #A221C1;
}
.AnyTagClassName
{
color: #A221C1;
}
</style>
background-color css
<style>
a { background-color: #A221C1; }
a { background-color: rgb(162,33,193); }
div.DivClassName
{
background-color: #A221C1;
}
.BgClassName
{
background-color: #A221C1;
}
</style>
border-color css
<style>
span { border-color: #A221C1; }
span { border-color: rgb(162,33,193); }
td.TdClassName
{
border-color: #A221C1;
}
.TagClassName
{
border-color: #A221C1;
}
</style>