Shades of Dark Orchid #A22CDB
Tints of Dark Orchid #A22CDB
RGB
CMYK
RGB Variations
Color information
#A22CDB (or 0xA22CDB) is known color: Dark Orchid. HEX triplet: A2, 2C and DB. RGB value is (162,44,219). Sum of RGB (Red+Green+Blue) = 162+44+219=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A22CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22CDB is #5DD324. Grayscale: #626262. Windows color (decimal): -6148901 or 14363810. OLE color: 14363810.
HSL color Cylindrical-coordinate representation of color #A22CDB: hue angle of 280.46º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22CDB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 44 | 219 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.14 |
| HSL | 280.46º | 0.71% | 0.52% | - |
| HSV(B) | 280.46º | 0.8% | 0.86% | - |
| XYZ | 28.59 | 14.6 | 68.33 | - |
| YUV | 99.23 | 195.59 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 44 | 219 | 0.26 | 0.80 | 0 | 0.14 | 280.46 | 0.71 | 0.52 |
| Hex | A2 | 2C | DB | 1A | 50 | 0 | E | 118 | 47 | 34 |
| Octal | 242 | 54 | 333 | 32 | 120 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100010 | 101100 | 11011011 | 11010 | 1010000 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A22CDB
Complementary color
Monochromatic Colors of #A22CDB
Black with #A22CDB
Text Example
Text Example
White with #A22CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22CDB; }
p { color: rgb(162,44,219); }
H1.HeaderClassName
{
color: #A22CDB;
}
.AnyTagClassName
{
color: #A22CDB;
}
</style>
background-color css
<style>
a { background-color: #A22CDB; }
a { background-color: rgb(162,44,219); }
div.DivClassName
{
background-color: #A22CDB;
}
.BgClassName
{
background-color: #A22CDB;
}
</style>
border-color css
<style>
span { border-color: #A22CDB; }
span { border-color: rgb(162,44,219); }
td.TdClassName
{
border-color: #A22CDB;
}
.TagClassName
{
border-color: #A22CDB;
}
</style>