Shades of Dark Orchid #A221BF
Tints of Dark Orchid #A221BF
RGB
CMYK
RGB Variations
Color information
#A221BF (or 0xA221BF) is known color: Dark Orchid. HEX triplet: A2, 21 and BF. RGB value is (162,33,191). Sum of RGB (Red+Green+Blue) = 162+33+191=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #A221BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BF is #5DDE40. Grayscale: #595959. Windows color (decimal): -6151745 or 12525986. OLE color: 12525986.
HSL color Cylindrical-coordinate representation of color #A221BF: hue angle of 288.99º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A221BF is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 33 | 191 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.25 |
| HSL | 288.99º | 0.71% | 0.44% | - |
| HSV(B) | 288.99º | 0.83% | 0.75% | - |
| XYZ | 24.85 | 12.53 | 50.4 | - |
| YUV | 89.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 191 | 0.15 | 0.83 | 0 | 0.25 | 288.99 | 0.71 | 0.44 |
| Hex | A2 | 21 | BF | F | 53 | 0 | 19 | 121 | 47 | 2C |
| Octal | 242 | 41 | 277 | 17 | 123 | 0 | 31 | 441 | 107 | 54 |
| Binary | 10100010 | 100001 | 10111111 | 1111 | 1010011 | 0 | 11001 | 100100001 | 1000111 | 101100 |
Color Harmonies of #A221BF
Complementary color
Monochromatic Colors of #A221BF
Black with #A221BF
Text Example
Text Example
White with #A221BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221BF; }
p { color: rgb(162,33,191); }
H1.HeaderClassName
{
color: #A221BF;
}
.AnyTagClassName
{
color: #A221BF;
}
</style>
background-color css
<style>
a { background-color: #A221BF; }
a { background-color: rgb(162,33,191); }
div.DivClassName
{
background-color: #A221BF;
}
.BgClassName
{
background-color: #A221BF;
}
</style>
border-color css
<style>
span { border-color: #A221BF; }
span { border-color: rgb(162,33,191); }
td.TdClassName
{
border-color: #A221BF;
}
.TagClassName
{
border-color: #A221BF;
}
</style>