Shades of Dark Orchid #A221AC
Tints of Dark Orchid #A221AC
RGB
CMYK
RGB Variations
Color information
#A221AC (or 0xA221AC) is known color: Dark Orchid. HEX triplet: A2, 21 and AC. RGB value is (162,33,172). Sum of RGB (Red+Green+Blue) = 162+33+172=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A221AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A221AC is #5DDE53. Grayscale: #565656. Windows color (decimal): -6151764 or 11280802. OLE color: 11280802.
HSL color Cylindrical-coordinate representation of color #A221AC: hue angle of 295.68º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A221AC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 33 | 172 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.33 |
| HSL | 295.68º | 0.68% | 0.4% | - |
| HSV(B) | 295.68º | 0.81% | 0.67% | - |
| XYZ | 22.89 | 11.75 | 40.09 | - |
| YUV | 87.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 172 | 0.06 | 0.81 | 0 | 0.33 | 295.68 | 0.68 | 0.4 |
| Hex | A2 | 21 | AC | 6 | 51 | 0 | 21 | 128 | 44 | 28 |
| Octal | 242 | 41 | 254 | 6 | 121 | 0 | 41 | 450 | 104 | 50 |
| Binary | 10100010 | 100001 | 10101100 | 110 | 1010001 | 0 | 100001 | 100101000 | 1000100 | 101000 |
Color Harmonies of #A221AC
Complementary color
Monochromatic Colors of #A221AC
Black with #A221AC
Text Example
Text Example
White with #A221AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221AC; }
p { color: rgb(162,33,172); }
H1.HeaderClassName
{
color: #A221AC;
}
.AnyTagClassName
{
color: #A221AC;
}
</style>
background-color css
<style>
a { background-color: #A221AC; }
a { background-color: rgb(162,33,172); }
div.DivClassName
{
background-color: #A221AC;
}
.BgClassName
{
background-color: #A221AC;
}
</style>
border-color css
<style>
span { border-color: #A221AC; }
span { border-color: rgb(162,33,172); }
td.TdClassName
{
border-color: #A221AC;
}
.TagClassName
{
border-color: #A221AC;
}
</style>