Shades of Dark Orchid #A221C7
Tints of Dark Orchid #A221C7
RGB
CMYK
RGB Variations
Color information
#A221C7 (or 0xA221C7) is known color: Dark Orchid. HEX triplet: A2, 21 and C7. RGB value is (162,33,199). Sum of RGB (Red+Green+Blue) = 162+33+199=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #A221C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221C7 is #5DDE38. Grayscale: #595959. Windows color (decimal): -6151737 or 13050274. OLE color: 13050274.
HSL color Cylindrical-coordinate representation of color #A221C7: hue angle of 286.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A221C7 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 33 | 199 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.22 |
| HSL | 286.63º | 0.72% | 0.45% | - |
| HSV(B) | 286.63º | 0.83% | 0.78% | - |
| XYZ | 25.75 | 12.89 | 55.16 | - |
| YUV | 90.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 199 | 0.19 | 0.83 | 0 | 0.22 | 286.63 | 0.72 | 0.45 |
| Hex | A2 | 21 | C7 | 13 | 53 | 0 | 16 | 11F | 48 | 2D |
| Octal | 242 | 41 | 307 | 23 | 123 | 0 | 26 | 437 | 110 | 55 |
| Binary | 10100010 | 100001 | 11000111 | 10011 | 1010011 | 0 | 10110 | 100011111 | 1001000 | 101101 |
Color Harmonies of #A221C7
Complementary color
Monochromatic Colors of #A221C7
Black with #A221C7
Text Example
Text Example
White with #A221C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A221C7; }
p { color: rgb(162,33,199); }
H1.HeaderClassName
{
color: #A221C7;
}
.AnyTagClassName
{
color: #A221C7;
}
</style>
background-color css
<style>
a { background-color: #A221C7; }
a { background-color: rgb(162,33,199); }
div.DivClassName
{
background-color: #A221C7;
}
.BgClassName
{
background-color: #A221C7;
}
</style>
border-color css
<style>
span { border-color: #A221C7; }
span { border-color: rgb(162,33,199); }
td.TdClassName
{
border-color: #A221C7;
}
.TagClassName
{
border-color: #A221C7;
}
</style>