Shades of Dark Orchid #A22EDC
Tints of Dark Orchid #A22EDC
RGB
CMYK
RGB Variations
Color information
#A22EDC (or 0xA22EDC) is known color: Dark Orchid. HEX triplet: A2, 2E and DC. RGB value is (162,46,220). Sum of RGB (Red+Green+Blue) = 162+46+220=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #A22EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22EDC is #5DD123. Grayscale: #636363. Windows color (decimal): -6148388 or 14429858. OLE color: 14429858.
HSL color Cylindrical-coordinate representation of color #A22EDC: hue angle of 280º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A22EDC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 46 | 220 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 280º | 0.71% | 0.52% | - |
| HSV(B) | 280º | 0.79% | 0.86% | - |
| XYZ | 28.8 | 14.8 | 69.05 | - |
| YUV | 100.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 46 | 220 | 0.26 | 0.79 | 0 | 0.14 | 280 | 0.71 | 0.52 |
| Hex | A2 | 2E | DC | 1A | 4F | 0 | E | 118 | 47 | 34 |
| Octal | 242 | 56 | 334 | 32 | 117 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100010 | 101110 | 11011100 | 11010 | 1001111 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A22EDC
Complementary color
Monochromatic Colors of #A22EDC
Black with #A22EDC
Text Example
Text Example
White with #A22EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22EDC; }
p { color: rgb(162,46,220); }
H1.HeaderClassName
{
color: #A22EDC;
}
.AnyTagClassName
{
color: #A22EDC;
}
</style>
background-color css
<style>
a { background-color: #A22EDC; }
a { background-color: rgb(162,46,220); }
div.DivClassName
{
background-color: #A22EDC;
}
.BgClassName
{
background-color: #A22EDC;
}
</style>
border-color css
<style>
span { border-color: #A22EDC; }
span { border-color: rgb(162,46,220); }
td.TdClassName
{
border-color: #A22EDC;
}
.TagClassName
{
border-color: #A22EDC;
}
</style>