Shades of Dark Orchid #A22CC1
Tints of Dark Orchid #A22CC1
RGB
CMYK
RGB Variations
Color information
#A22CC1 (or 0xA22CC1) is known color: Dark Orchid. HEX triplet: A2, 2C and C1. RGB value is (162,44,193). Sum of RGB (Red+Green+Blue) = 162+44+193=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #A22CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CC1 is #5DD33E. Grayscale: #5F5F5F. Windows color (decimal): -6148927 or 12659874. OLE color: 12659874.
HSL color Cylindrical-coordinate representation of color #A22CC1: hue angle of 287.52º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22CC1 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 44 | 193 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.24 |
| HSL | 287.52º | 0.63% | 0.46% | - |
| HSV(B) | 287.52º | 0.77% | 0.76% | - |
| XYZ | 25.43 | 13.33 | 51.69 | - |
| YUV | 96.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 193 | 0.16 | 0.77 | 0 | 0.24 | 287.52 | 0.63 | 0.46 |
| Hex | A2 | 2C | C1 | 10 | 4D | 0 | 18 | 120 | 3F | 2E |
| Octal | 242 | 54 | 301 | 20 | 115 | 0 | 30 | 440 | 77 | 56 |
| Binary | 10100010 | 101100 | 11000001 | 10000 | 1001101 | 0 | 11000 | 100100000 | 111111 | 101110 |
Color Harmonies of #A22CC1
Complementary color
Monochromatic Colors of #A22CC1
Black with #A22CC1
Text Example
Text Example
White with #A22CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CC1; }
p { color: rgb(162,44,193); }
H1.HeaderClassName
{
color: #A22CC1;
}
.AnyTagClassName
{
color: #A22CC1;
}
</style>
background-color css
<style>
a { background-color: #A22CC1; }
a { background-color: rgb(162,44,193); }
div.DivClassName
{
background-color: #A22CC1;
}
.BgClassName
{
background-color: #A22CC1;
}
</style>
border-color css
<style>
span { border-color: #A22CC1; }
span { border-color: rgb(162,44,193); }
td.TdClassName
{
border-color: #A22CC1;
}
.TagClassName
{
border-color: #A22CC1;
}
</style>