Shades of Dark Orchid #A221BA
Tints of Dark Orchid #A221BA
RGB
CMYK
RGB Variations
Color information
#A221BA (or 0xA221BA) is known color: Dark Orchid. HEX triplet: A2, 21 and BA. RGB value is (162,33,186). Sum of RGB (Red+Green+Blue) = 162+33+186=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A221BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BA is #5DDE45. Grayscale: #585858. Windows color (decimal): -6151750 or 12198306. OLE color: 12198306.
HSL color Cylindrical-coordinate representation of color #A221BA: hue angle of 290.59º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A221BA is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 33 | 186 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.27 |
| HSL | 290.59º | 0.7% | 0.43% | - |
| HSV(B) | 290.59º | 0.82% | 0.73% | - |
| XYZ | 24.31 | 12.31 | 47.55 | - |
| YUV | 89.01 | 182.74 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 186 | 0.13 | 0.82 | 0 | 0.27 | 290.59 | 0.7 | 0.43 |
| Hex | A2 | 21 | BA | D | 52 | 0 | 1B | 123 | 46 | 2B |
| Octal | 242 | 41 | 272 | 15 | 122 | 0 | 33 | 443 | 106 | 53 |
| Binary | 10100010 | 100001 | 10111010 | 1101 | 1010010 | 0 | 11011 | 100100011 | 1000110 | 101011 |
Color Harmonies of #A221BA
Complementary color
Monochromatic Colors of #A221BA
Black with #A221BA
Text Example
Text Example
White with #A221BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221BA; }
p { color: rgb(162,33,186); }
H1.HeaderClassName
{
color: #A221BA;
}
.AnyTagClassName
{
color: #A221BA;
}
</style>
background-color css
<style>
a { background-color: #A221BA; }
a { background-color: rgb(162,33,186); }
div.DivClassName
{
background-color: #A221BA;
}
.BgClassName
{
background-color: #A221BA;
}
</style>
border-color css
<style>
span { border-color: #A221BA; }
span { border-color: rgb(162,33,186); }
td.TdClassName
{
border-color: #A221BA;
}
.TagClassName
{
border-color: #A221BA;
}
</style>