Shades of Dark Orchid #A12CDB
Tints of Dark Orchid #A12CDB
RGB
CMYK
RGB Variations
Color information
#A12CDB (or 0xA12CDB) is known color: Dark Orchid. HEX triplet: A1, 2C and DB. RGB value is (161,44,219). Sum of RGB (Red+Green+Blue) = 161+44+219=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CDB is #5ED324. Grayscale: #626262. Windows color (decimal): -6214437 or 14363809. OLE color: 14363809.
HSL color Cylindrical-coordinate representation of color #A12CDB: hue angle of 280.11º 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 #A12CDB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 44 | 219 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.14 |
| HSL | 280.11º | 0.71% | 0.52% | - |
| HSV(B) | 280.11º | 0.8% | 0.86% | - |
| XYZ | 28.38 | 14.49 | 68.32 | - |
| YUV | 98.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 219 | 0.26 | 0.80 | 0 | 0.14 | 280.11 | 0.71 | 0.52 |
| Hex | A1 | 2C | DB | 1A | 50 | 0 | E | 118 | 47 | 34 |
| Octal | 241 | 54 | 333 | 32 | 120 | 0 | 16 | 430 | 107 | 64 |
| Binary | 10100001 | 101100 | 11011011 | 11010 | 1010000 | 0 | 1110 | 100011000 | 1000111 | 110100 |
Color Harmonies of #A12CDB
Complementary color
Monochromatic Colors of #A12CDB
Black with #A12CDB
Text Example
Text Example
White with #A12CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CDB; }
p { color: rgb(161,44,219); }
H1.HeaderClassName
{
color: #A12CDB;
}
.AnyTagClassName
{
color: #A12CDB;
}
</style>
background-color css
<style>
a { background-color: #A12CDB; }
a { background-color: rgb(161,44,219); }
div.DivClassName
{
background-color: #A12CDB;
}
.BgClassName
{
background-color: #A12CDB;
}
</style>
border-color css
<style>
span { border-color: #A12CDB; }
span { border-color: rgb(161,44,219); }
td.TdClassName
{
border-color: #A12CDB;
}
.TagClassName
{
border-color: #A12CDB;
}
</style>