Shades of Dark Orchid #A22EDF
Tints of Dark Orchid #A22EDF
RGB
CMYK
RGB Variations
Color information
#A22EDF (or 0xA22EDF) is known color: Dark Orchid. HEX triplet: A2, 2E and DF. RGB value is (162,46,223). Sum of RGB (Red+Green+Blue) = 162+46+223=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #A22EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EDF is #5DD120. Grayscale: #646464. Windows color (decimal): -6148385 or 14626466. OLE color: 14626466.
HSL color Cylindrical-coordinate representation of color #A22EDF: hue angle of 279.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22EDF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 46 | 223 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.13 |
| HSL | 279.32º | 0.73% | 0.53% | - |
| HSV(B) | 279.32º | 0.79% | 0.87% | - |
| XYZ | 29.2 | 14.96 | 71.16 | - |
| YUV | 100.86 | 196.93 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 223 | 0.27 | 0.79 | 0 | 0.13 | 279.32 | 0.73 | 0.53 |
| Hex | A2 | 2E | DF | 1B | 4F | 0 | D | 117 | 49 | 35 |
| Octal | 242 | 56 | 337 | 33 | 117 | 0 | 15 | 427 | 111 | 65 |
| Binary | 10100010 | 101110 | 11011111 | 11011 | 1001111 | 0 | 1101 | 100010111 | 1001001 | 110101 |
Color Harmonies of #A22EDF
Complementary color
Monochromatic Colors of #A22EDF
Black with #A22EDF
Text Example
Text Example
White with #A22EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EDF; }
p { color: rgb(162,46,223); }
H1.HeaderClassName
{
color: #A22EDF;
}
.AnyTagClassName
{
color: #A22EDF;
}
</style>
background-color css
<style>
a { background-color: #A22EDF; }
a { background-color: rgb(162,46,223); }
div.DivClassName
{
background-color: #A22EDF;
}
.BgClassName
{
background-color: #A22EDF;
}
</style>
border-color css
<style>
span { border-color: #A22EDF; }
span { border-color: rgb(162,46,223); }
td.TdClassName
{
border-color: #A22EDF;
}
.TagClassName
{
border-color: #A22EDF;
}
</style>