Shades of Dark Orchid #A22EC1
Tints of Dark Orchid #A22EC1
RGB
CMYK
RGB Variations
Color information
#A22EC1 (or 0xA22EC1) is known color: Dark Orchid. HEX triplet: A2, 2E and C1. RGB value is (162,46,193). Sum of RGB (Red+Green+Blue) = 162+46+193=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #A22EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EC1 is #5DD13E. Grayscale: #606060. Windows color (decimal): -6148415 or 12660386. OLE color: 12660386.
HSL color Cylindrical-coordinate representation of color #A22EC1: hue angle of 287.35º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22EC1 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 46 | 193 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.24 |
| HSL | 287.35º | 0.62% | 0.47% | - |
| HSV(B) | 287.35º | 0.76% | 0.76% | - |
| XYZ | 25.5 | 13.49 | 51.71 | - |
| YUV | 97.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 193 | 0.16 | 0.76 | 0 | 0.24 | 287.35 | 0.62 | 0.47 |
| Hex | A2 | 2E | C1 | 10 | 4C | 0 | 18 | 11F | 3E | 2F |
| Octal | 242 | 56 | 301 | 20 | 114 | 0 | 30 | 437 | 76 | 57 |
| Binary | 10100010 | 101110 | 11000001 | 10000 | 1001100 | 0 | 11000 | 100011111 | 111110 | 101111 |
Color Harmonies of #A22EC1
Complementary color
Monochromatic Colors of #A22EC1
Black with #A22EC1
Text Example
Text Example
White with #A22EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EC1; }
p { color: rgb(162,46,193); }
H1.HeaderClassName
{
color: #A22EC1;
}
.AnyTagClassName
{
color: #A22EC1;
}
</style>
background-color css
<style>
a { background-color: #A22EC1; }
a { background-color: rgb(162,46,193); }
div.DivClassName
{
background-color: #A22EC1;
}
.BgClassName
{
background-color: #A22EC1;
}
</style>
border-color css
<style>
span { border-color: #A22EC1; }
span { border-color: rgb(162,46,193); }
td.TdClassName
{
border-color: #A22EC1;
}
.TagClassName
{
border-color: #A22EC1;
}
</style>