Shades of Dark Orchid #A221C8
Tints of Dark Orchid #A221C8
RGB
CMYK
RGB Variations
Color information
#A221C8 (or 0xA221C8) is known color: Dark Orchid. HEX triplet: A2, 21 and C8. RGB value is (162,33,200). Sum of RGB (Red+Green+Blue) = 162+33+200=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #A221C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221C8 is #5DDE37. Grayscale: #5A5A5A. Windows color (decimal): -6151736 or 13115810. OLE color: 13115810.
HSL color Cylindrical-coordinate representation of color #A221C8: hue angle of 286.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A221C8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 33 | 200 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.22 |
| HSL | 286.35º | 0.72% | 0.46% | - |
| HSV(B) | 286.35º | 0.84% | 0.78% | - |
| XYZ | 25.87 | 12.94 | 55.78 | - |
| YUV | 90.61 | 189.74 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 200 | 0.19 | 0.84 | 0 | 0.22 | 286.35 | 0.72 | 0.46 |
| Hex | A2 | 21 | C8 | 13 | 54 | 0 | 16 | 11E | 48 | 2E |
| Octal | 242 | 41 | 310 | 23 | 124 | 0 | 26 | 436 | 110 | 56 |
| Binary | 10100010 | 100001 | 11001000 | 10011 | 1010100 | 0 | 10110 | 100011110 | 1001000 | 101110 |
Color Harmonies of #A221C8
Complementary color
Monochromatic Colors of #A221C8
Black with #A221C8
Text Example
Text Example
White with #A221C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221C8; }
p { color: rgb(162,33,200); }
H1.HeaderClassName
{
color: #A221C8;
}
.AnyTagClassName
{
color: #A221C8;
}
</style>
background-color css
<style>
a { background-color: #A221C8; }
a { background-color: rgb(162,33,200); }
div.DivClassName
{
background-color: #A221C8;
}
.BgClassName
{
background-color: #A221C8;
}
</style>
border-color css
<style>
span { border-color: #A221C8; }
span { border-color: rgb(162,33,200); }
td.TdClassName
{
border-color: #A221C8;
}
.TagClassName
{
border-color: #A221C8;
}
</style>