Shades of Dark Orchid #A22EDD
Tints of Dark Orchid #A22EDD
RGB
CMYK
RGB Variations
Color information
#A22EDD (or 0xA22EDD) is known color: Dark Orchid. HEX triplet: A2, 2E and DD. RGB value is (162,46,221). Sum of RGB (Red+Green+Blue) = 162+46+221=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #A22EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EDD is #5DD122. Grayscale: #646464. Windows color (decimal): -6148387 or 14495394. OLE color: 14495394.
HSL color Cylindrical-coordinate representation of color #A22EDD: hue angle of 279.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22EDD is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 46 | 221 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.13 |
| HSL | 279.77º | 0.72% | 0.52% | - |
| HSV(B) | 279.77º | 0.79% | 0.87% | - |
| XYZ | 28.93 | 14.86 | 69.75 | - |
| YUV | 100.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 221 | 0.27 | 0.79 | 0 | 0.13 | 279.77 | 0.72 | 0.52 |
| Hex | A2 | 2E | DD | 1B | 4F | 0 | D | 118 | 48 | 34 |
| Octal | 242 | 56 | 335 | 33 | 117 | 0 | 15 | 430 | 110 | 64 |
| Binary | 10100010 | 101110 | 11011101 | 11011 | 1001111 | 0 | 1101 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A22EDD
Complementary color
Monochromatic Colors of #A22EDD
Black with #A22EDD
Text Example
Text Example
White with #A22EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EDD; }
p { color: rgb(162,46,221); }
H1.HeaderClassName
{
color: #A22EDD;
}
.AnyTagClassName
{
color: #A22EDD;
}
</style>
background-color css
<style>
a { background-color: #A22EDD; }
a { background-color: rgb(162,46,221); }
div.DivClassName
{
background-color: #A22EDD;
}
.BgClassName
{
background-color: #A22EDD;
}
</style>
border-color css
<style>
span { border-color: #A22EDD; }
span { border-color: rgb(162,46,221); }
td.TdClassName
{
border-color: #A22EDD;
}
.TagClassName
{
border-color: #A22EDD;
}
</style>