Shades of Dark Orchid #A222D0
Tints of Dark Orchid #A222D0
RGB
CMYK
RGB Variations
Color information
#A222D0 (or 0xA222D0) is known color: Dark Orchid. HEX triplet: A2, 22 and D0. RGB value is (162,34,208). Sum of RGB (Red+Green+Blue) = 162+34+208=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #A222D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A222D0 is #5DDD2F. Grayscale: #5B5B5B. Windows color (decimal): -6151472 or 13640354. OLE color: 13640354.
HSL color Cylindrical-coordinate representation of color #A222D0: hue angle of 284.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A222D0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 34 | 208 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.18 |
| HSL | 284.14º | 0.72% | 0.47% | - |
| HSV(B) | 284.14º | 0.84% | 0.82% | - |
| XYZ | 26.86 | 13.38 | 60.84 | - |
| YUV | 92.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 208 | 0.22 | 0.84 | 0 | 0.18 | 284.14 | 0.72 | 0.47 |
| Hex | A2 | 22 | D0 | 16 | 54 | 0 | 12 | 11C | 48 | 2F |
| Octal | 242 | 42 | 320 | 26 | 124 | 0 | 22 | 434 | 110 | 57 |
| Binary | 10100010 | 100010 | 11010000 | 10110 | 1010100 | 0 | 10010 | 100011100 | 1001000 | 101111 |
Color Harmonies of #A222D0
Complementary color
Monochromatic Colors of #A222D0
Black with #A222D0
Text Example
Text Example
White with #A222D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A222D0; }
p { color: rgb(162,34,208); }
H1.HeaderClassName
{
color: #A222D0;
}
.AnyTagClassName
{
color: #A222D0;
}
</style>
background-color css
<style>
a { background-color: #A222D0; }
a { background-color: rgb(162,34,208); }
div.DivClassName
{
background-color: #A222D0;
}
.BgClassName
{
background-color: #A222D0;
}
</style>
border-color css
<style>
span { border-color: #A222D0; }
span { border-color: rgb(162,34,208); }
td.TdClassName
{
border-color: #A222D0;
}
.TagClassName
{
border-color: #A222D0;
}
</style>