Shades of Dark Orchid #A22BDD
Tints of Dark Orchid #A22BDD
RGB
CMYK
RGB Variations
Color information
#A22BDD (or 0xA22BDD) is known color: Dark Orchid. HEX triplet: A2, 2B and DD. RGB value is (162,43,221). Sum of RGB (Red+Green+Blue) = 162+43+221=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A22BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BDD is #5DD422. Grayscale: #626262. Windows color (decimal): -6149155 or 14494626. OLE color: 14494626.
HSL color Cylindrical-coordinate representation of color #A22BDD: hue angle of 280.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22BDD is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 43 | 221 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.13 |
| HSL | 280.11º | 0.72% | 0.52% | - |
| HSV(B) | 280.11º | 0.81% | 0.87% | - |
| XYZ | 28.82 | 14.63 | 69.71 | - |
| YUV | 98.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 43 | 221 | 0.27 | 0.81 | 0 | 0.13 | 280.11 | 0.72 | 0.52 |
| Hex | A2 | 2B | DD | 1B | 51 | 0 | D | 118 | 48 | 34 |
| Octal | 242 | 53 | 335 | 33 | 121 | 0 | 15 | 430 | 110 | 64 |
| Binary | 10100010 | 101011 | 11011101 | 11011 | 1010001 | 0 | 1101 | 100011000 | 1001000 | 110100 |
Color Harmonies of #A22BDD
Complementary color
Monochromatic Colors of #A22BDD
Black with #A22BDD
Text Example
Text Example
White with #A22BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22BDD; }
p { color: rgb(162,43,221); }
H1.HeaderClassName
{
color: #A22BDD;
}
.AnyTagClassName
{
color: #A22BDD;
}
</style>
background-color css
<style>
a { background-color: #A22BDD; }
a { background-color: rgb(162,43,221); }
div.DivClassName
{
background-color: #A22BDD;
}
.BgClassName
{
background-color: #A22BDD;
}
</style>
border-color css
<style>
span { border-color: #A22BDD; }
span { border-color: rgb(162,43,221); }
td.TdClassName
{
border-color: #A22BDD;
}
.TagClassName
{
border-color: #A22BDD;
}
</style>