Shades of Dark Orchid #A221C9
Tints of Dark Orchid #A221C9
RGB
CMYK
RGB Variations
Color information
#A221C9 (or 0xA221C9) is known color: Dark Orchid. HEX triplet: A2, 21 and C9. RGB value is (162,33,201). Sum of RGB (Red+Green+Blue) = 162+33+201=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #A221C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221C9 is #5DDE36. Grayscale: #5A5A5A. Windows color (decimal): -6151735 or 13181346. OLE color: 13181346.
HSL color Cylindrical-coordinate representation of color #A221C9: hue angle of 286.07º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A221C9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 33 | 201 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.21 |
| HSL | 286.07º | 0.72% | 0.46% | - |
| HSV(B) | 286.07º | 0.84% | 0.79% | - |
| XYZ | 25.99 | 12.99 | 56.4 | - |
| YUV | 90.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 201 | 0.19 | 0.84 | 0 | 0.21 | 286.07 | 0.72 | 0.46 |
| Hex | A2 | 21 | C9 | 13 | 54 | 0 | 15 | 11E | 48 | 2E |
| Octal | 242 | 41 | 311 | 23 | 124 | 0 | 25 | 436 | 110 | 56 |
| Binary | 10100010 | 100001 | 11001001 | 10011 | 1010100 | 0 | 10101 | 100011110 | 1001000 | 101110 |
Color Harmonies of #A221C9
Complementary color
Monochromatic Colors of #A221C9
Black with #A221C9
Text Example
Text Example
White with #A221C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221C9; }
p { color: rgb(162,33,201); }
H1.HeaderClassName
{
color: #A221C9;
}
.AnyTagClassName
{
color: #A221C9;
}
</style>
background-color css
<style>
a { background-color: #A221C9; }
a { background-color: rgb(162,33,201); }
div.DivClassName
{
background-color: #A221C9;
}
.BgClassName
{
background-color: #A221C9;
}
</style>
border-color css
<style>
span { border-color: #A221C9; }
span { border-color: rgb(162,33,201); }
td.TdClassName
{
border-color: #A221C9;
}
.TagClassName
{
border-color: #A221C9;
}
</style>