Shades of Dark Orchid #A221BE
Tints of Dark Orchid #A221BE
RGB
CMYK
RGB Variations
Color information
#A221BE (or 0xA221BE) is known color: Dark Orchid. HEX triplet: A2, 21 and BE. RGB value is (162,33,190). Sum of RGB (Red+Green+Blue) = 162+33+190=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A221BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BE is #5DDE41. Grayscale: #585858. Windows color (decimal): -6151746 or 12460450. OLE color: 12460450.
HSL color Cylindrical-coordinate representation of color #A221BE: hue angle of 289.3º degrees, saturation: 0.7, 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 #A221BE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 33 | 190 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.25 |
| HSL | 289.3º | 0.7% | 0.44% | - |
| HSV(B) | 289.3º | 0.83% | 0.75% | - |
| XYZ | 24.74 | 12.49 | 49.82 | - |
| YUV | 89.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 190 | 0.15 | 0.83 | 0 | 0.25 | 289.3 | 0.7 | 0.44 |
| Hex | A2 | 21 | BE | F | 53 | 0 | 19 | 121 | 46 | 2C |
| Octal | 242 | 41 | 276 | 17 | 123 | 0 | 31 | 441 | 106 | 54 |
| Binary | 10100010 | 100001 | 10111110 | 1111 | 1010011 | 0 | 11001 | 100100001 | 1000110 | 101100 |
Color Harmonies of #A221BE
Complementary color
Monochromatic Colors of #A221BE
Black with #A221BE
Text Example
Text Example
White with #A221BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221BE; }
p { color: rgb(162,33,190); }
H1.HeaderClassName
{
color: #A221BE;
}
.AnyTagClassName
{
color: #A221BE;
}
</style>
background-color css
<style>
a { background-color: #A221BE; }
a { background-color: rgb(162,33,190); }
div.DivClassName
{
background-color: #A221BE;
}
.BgClassName
{
background-color: #A221BE;
}
</style>
border-color css
<style>
span { border-color: #A221BE; }
span { border-color: rgb(162,33,190); }
td.TdClassName
{
border-color: #A221BE;
}
.TagClassName
{
border-color: #A221BE;
}
</style>