Shades of Dark Orchid #A22DDB
Tints of Dark Orchid #A22DDB
RGB
CMYK
RGB Variations
Color information
#A22DDB (or 0xA22DDB) is known color: Dark Orchid. HEX triplet: A2, 2D and DB. RGB value is (162,45,219). Sum of RGB (Red+Green+Blue) = 162+45+219=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #A22DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DDB is #5DD224. Grayscale: #636363. Windows color (decimal): -6148645 or 14364066. OLE color: 14364066.
HSL color Cylindrical-coordinate representation of color #A22DDB: hue angle of 280.34º 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 #A22DDB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 45 | 219 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 280.34º | 0.71% | 0.52% | - |
| HSV(B) | 280.34º | 0.79% | 0.86% | - |
| XYZ | 28.62 | 14.67 | 68.34 | - |
| YUV | 99.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 219 | 0.26 | 0.79 | 0 | 0.14 | 280.34 | 0.71 | 0.52 |
| Hex | A2 | 2D | DB | 1A | 4F | 0 | E | 118 | 47 | 34 |
| Octal | 242 | 55 | 333 | 32 | 117 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100010 | 101101 | 11011011 | 11010 | 1001111 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A22DDB
Complementary color
Monochromatic Colors of #A22DDB
Black with #A22DDB
Text Example
Text Example
White with #A22DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22DDB; }
p { color: rgb(162,45,219); }
H1.HeaderClassName
{
color: #A22DDB;
}
.AnyTagClassName
{
color: #A22DDB;
}
</style>
background-color css
<style>
a { background-color: #A22DDB; }
a { background-color: rgb(162,45,219); }
div.DivClassName
{
background-color: #A22DDB;
}
.BgClassName
{
background-color: #A22DDB;
}
</style>
border-color css
<style>
span { border-color: #A22DDB; }
span { border-color: rgb(162,45,219); }
td.TdClassName
{
border-color: #A22DDB;
}
.TagClassName
{
border-color: #A22DDB;
}
</style>