Shades of Dark Orchid #A221CC
Tints of Dark Orchid #A221CC
RGB
CMYK
RGB Variations
Color information
#A221CC (or 0xA221CC) is known color: Dark Orchid. HEX triplet: A2, 21 and CC. RGB value is (162,33,204). Sum of RGB (Red+Green+Blue) = 162+33+204=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #A221CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221CC is #5DDE33. Grayscale: #5A5A5A. Windows color (decimal): -6151732 or 13377954. OLE color: 13377954.
HSL color Cylindrical-coordinate representation of color #A221CC: hue angle of 285.26º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A221CC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 33 | 204 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.2 |
| HSL | 285.26º | 0.72% | 0.46% | - |
| HSV(B) | 285.26º | 0.84% | 0.8% | - |
| XYZ | 26.34 | 13.13 | 58.27 | - |
| YUV | 91.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 204 | 0.21 | 0.84 | 0 | 0.2 | 285.26 | 0.72 | 0.46 |
| Hex | A2 | 21 | CC | 15 | 54 | 0 | 14 | 11D | 48 | 2E |
| Octal | 242 | 41 | 314 | 25 | 124 | 0 | 24 | 435 | 110 | 56 |
| Binary | 10100010 | 100001 | 11001100 | 10101 | 1010100 | 0 | 10100 | 100011101 | 1001000 | 101110 |
Color Harmonies of #A221CC
Complementary color
Monochromatic Colors of #A221CC
Black with #A221CC
Text Example
Text Example
White with #A221CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221CC; }
p { color: rgb(162,33,204); }
H1.HeaderClassName
{
color: #A221CC;
}
.AnyTagClassName
{
color: #A221CC;
}
</style>
background-color css
<style>
a { background-color: #A221CC; }
a { background-color: rgb(162,33,204); }
div.DivClassName
{
background-color: #A221CC;
}
.BgClassName
{
background-color: #A221CC;
}
</style>
border-color css
<style>
span { border-color: #A221CC; }
span { border-color: rgb(162,33,204); }
td.TdClassName
{
border-color: #A221CC;
}
.TagClassName
{
border-color: #A221CC;
}
</style>