Shades of Dark Orchid #A22DD0
Tints of Dark Orchid #A22DD0
RGB
CMYK
RGB Variations
Color information
#A22DD0 (or 0xA22DD0) is known color: Dark Orchid. HEX triplet: A2, 2D and D0. RGB value is (162,45,208). Sum of RGB (Red+Green+Blue) = 162+45+208=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #A22DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DD0 is #5DD22F. Grayscale: #626262. Windows color (decimal): -6148656 or 13643170. OLE color: 13643170.
HSL color Cylindrical-coordinate representation of color #A22DD0: hue angle of 283.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A22DD0 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 45 | 208 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.18 |
| HSL | 283.07º | 0.64% | 0.5% | - |
| HSV(B) | 283.07º | 0.78% | 0.82% | - |
| XYZ | 27.22 | 14.11 | 60.96 | - |
| YUV | 98.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 208 | 0.22 | 0.78 | 0 | 0.18 | 283.07 | 0.64 | 0.5 |
| Hex | A2 | 2D | D0 | 16 | 4E | 0 | 12 | 11B | 40 | 32 |
| Octal | 242 | 55 | 320 | 26 | 116 | 0 | 22 | 433 | 100 | 62 |
| Binary | 10100010 | 101101 | 11010000 | 10110 | 1001110 | 0 | 10010 | 100011011 | 1000000 | 110010 |
Color Harmonies of #A22DD0
Complementary color
Monochromatic Colors of #A22DD0
Black with #A22DD0
Text Example
Text Example
White with #A22DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DD0; }
p { color: rgb(162,45,208); }
H1.HeaderClassName
{
color: #A22DD0;
}
.AnyTagClassName
{
color: #A22DD0;
}
</style>
background-color css
<style>
a { background-color: #A22DD0; }
a { background-color: rgb(162,45,208); }
div.DivClassName
{
background-color: #A22DD0;
}
.BgClassName
{
background-color: #A22DD0;
}
</style>
border-color css
<style>
span { border-color: #A22DD0; }
span { border-color: rgb(162,45,208); }
td.TdClassName
{
border-color: #A22DD0;
}
.TagClassName
{
border-color: #A22DD0;
}
</style>