Shades of Dark Orchid #A22EDA
Tints of Dark Orchid #A22EDA
RGB
CMYK
RGB Variations
Color information
#A22EDA (or 0xA22EDA) is known color: Dark Orchid. HEX triplet: A2, 2E and DA. RGB value is (162,46,218). Sum of RGB (Red+Green+Blue) = 162+46+218=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A22EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EDA is #5DD125. Grayscale: #636363. Windows color (decimal): -6148390 or 14298786. OLE color: 14298786.
HSL color Cylindrical-coordinate representation of color #A22EDA: hue angle of 280.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22EDA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 46 | 218 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.15 |
| HSL | 280.47º | 0.7% | 0.52% | - |
| HSV(B) | 280.47º | 0.79% | 0.85% | - |
| XYZ | 28.53 | 14.7 | 67.66 | - |
| YUV | 100.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 218 | 0.26 | 0.79 | 0 | 0.15 | 280.47 | 0.7 | 0.52 |
| Hex | A2 | 2E | DA | 1A | 4F | 0 | F | 118 | 46 | 34 |
| Octal | 242 | 56 | 332 | 32 | 117 | 0 | 17 | 430 | 106 | 64 |
| Binary | 10100010 | 101110 | 11011010 | 11010 | 1001111 | 0 | 1111 | 100011000 | 1000110 | 110100 |
Color Harmonies of #A22EDA
Complementary color
Monochromatic Colors of #A22EDA
Black with #A22EDA
Text Example
Text Example
White with #A22EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EDA; }
p { color: rgb(162,46,218); }
H1.HeaderClassName
{
color: #A22EDA;
}
.AnyTagClassName
{
color: #A22EDA;
}
</style>
background-color css
<style>
a { background-color: #A22EDA; }
a { background-color: rgb(162,46,218); }
div.DivClassName
{
background-color: #A22EDA;
}
.BgClassName
{
background-color: #A22EDA;
}
</style>
border-color css
<style>
span { border-color: #A22EDA; }
span { border-color: rgb(162,46,218); }
td.TdClassName
{
border-color: #A22EDA;
}
.TagClassName
{
border-color: #A22EDA;
}
</style>