Shades of Dark Orchid #A22ECF
Tints of Dark Orchid #A22ECF
RGB
CMYK
RGB Variations
Color information
#A22ECF (or 0xA22ECF) is known color: Dark Orchid. HEX triplet: A2, 2E and CF. RGB value is (162,46,207). Sum of RGB (Red+Green+Blue) = 162+46+207=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A22ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ECF is #5DD130. Grayscale: #626262. Windows color (decimal): -6148401 or 13577890. OLE color: 13577890.
HSL color Cylindrical-coordinate representation of color #A22ECF: hue angle of 283.23º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22ECF is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 46 | 207 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.19 |
| HSL | 283.23º | 0.64% | 0.5% | - |
| HSV(B) | 283.23º | 0.78% | 0.81% | - |
| XYZ | 27.14 | 14.14 | 60.33 | - |
| YUV | 99.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 207 | 0.22 | 0.78 | 0 | 0.19 | 283.23 | 0.64 | 0.5 |
| Hex | A2 | 2E | CF | 16 | 4E | 0 | 13 | 11B | 40 | 32 |
| Octal | 242 | 56 | 317 | 26 | 116 | 0 | 23 | 433 | 100 | 62 |
| Binary | 10100010 | 101110 | 11001111 | 10110 | 1001110 | 0 | 10011 | 100011011 | 1000000 | 110010 |
Color Harmonies of #A22ECF
Complementary color
Monochromatic Colors of #A22ECF
Black with #A22ECF
Text Example
Text Example
White with #A22ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22ECF; }
p { color: rgb(162,46,207); }
H1.HeaderClassName
{
color: #A22ECF;
}
.AnyTagClassName
{
color: #A22ECF;
}
</style>
background-color css
<style>
a { background-color: #A22ECF; }
a { background-color: rgb(162,46,207); }
div.DivClassName
{
background-color: #A22ECF;
}
.BgClassName
{
background-color: #A22ECF;
}
</style>
border-color css
<style>
span { border-color: #A22ECF; }
span { border-color: rgb(162,46,207); }
td.TdClassName
{
border-color: #A22ECF;
}
.TagClassName
{
border-color: #A22ECF;
}
</style>