Shades of Dark Orchid #A22ADB
Tints of Dark Orchid #A22ADB
RGB
CMYK
RGB Variations
Color information
#A22ADB (or 0xA22ADB) is known color: Dark Orchid. HEX triplet: A2, 2A and DB. RGB value is (162,42,219). Sum of RGB (Red+Green+Blue) = 162+42+219=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #A22ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22ADB is #5DD524. Grayscale: #616161. Windows color (decimal): -6149413 or 14363298. OLE color: 14363298.
HSL color Cylindrical-coordinate representation of color #A22ADB: hue angle of 280.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A22ADB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 42 | 219 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.14 |
| HSL | 280.68º | 0.71% | 0.51% | - |
| HSV(B) | 280.68º | 0.81% | 0.86% | - |
| XYZ | 28.51 | 14.45 | 68.3 | - |
| YUV | 98.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 42 | 219 | 0.26 | 0.81 | 0 | 0.14 | 280.68 | 0.71 | 0.51 |
| Hex | A2 | 2A | DB | 1A | 51 | 0 | E | 119 | 47 | 33 |
| Octal | 242 | 52 | 333 | 32 | 121 | 0 | 16 | 431 | 107 | 63 |
| Binary | 10100010 | 101010 | 11011011 | 11010 | 1010001 | 0 | 1110 | 100011001 | 1000111 | 110011 |
Color Harmonies of #A22ADB
Complementary color
Monochromatic Colors of #A22ADB
Black with #A22ADB
Text Example
Text Example
White with #A22ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22ADB; }
p { color: rgb(162,42,219); }
H1.HeaderClassName
{
color: #A22ADB;
}
.AnyTagClassName
{
color: #A22ADB;
}
</style>
background-color css
<style>
a { background-color: #A22ADB; }
a { background-color: rgb(162,42,219); }
div.DivClassName
{
background-color: #A22ADB;
}
.BgClassName
{
background-color: #A22ADB;
}
</style>
border-color css
<style>
span { border-color: #A22ADB; }
span { border-color: rgb(162,42,219); }
td.TdClassName
{
border-color: #A22ADB;
}
.TagClassName
{
border-color: #A22ADB;
}
</style>