Shades of Dark Orchid #A12FDB
Tints of Dark Orchid #A12FDB
RGB
CMYK
RGB Variations
Color information
#A12FDB (or 0xA12FDB) is known color: Dark Orchid. HEX triplet: A1, 2F and DB. RGB value is (161,47,219). Sum of RGB (Red+Green+Blue) = 161+47+219=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #A12FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FDB is #5ED024. Grayscale: #646464. Windows color (decimal): -6213669 or 14364577. OLE color: 14364577.
HSL color Cylindrical-coordinate representation of color #A12FDB: hue angle of 279.77º degrees, saturation: 0.7, 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 #A12FDB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 47 | 219 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.14 |
| HSL | 279.77º | 0.7% | 0.52% | - |
| HSV(B) | 279.77º | 0.79% | 0.86% | - |
| XYZ | 28.5 | 14.72 | 68.36 | - |
| YUV | 100.69 | 194.77 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 219 | 0.26 | 0.79 | 0 | 0.14 | 279.77 | 0.7 | 0.52 |
| Hex | A1 | 2F | DB | 1A | 4F | 0 | E | 118 | 46 | 34 |
| Octal | 241 | 57 | 333 | 32 | 117 | 0 | 16 | 430 | 106 | 64 |
| Binary | 10100001 | 101111 | 11011011 | 11010 | 1001111 | 0 | 1110 | 100011000 | 1000110 | 110100 |
Color Harmonies of #A12FDB
Complementary color
Monochromatic Colors of #A12FDB
Black with #A12FDB
Text Example
Text Example
White with #A12FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FDB; }
p { color: rgb(161,47,219); }
H1.HeaderClassName
{
color: #A12FDB;
}
.AnyTagClassName
{
color: #A12FDB;
}
</style>
background-color css
<style>
a { background-color: #A12FDB; }
a { background-color: rgb(161,47,219); }
div.DivClassName
{
background-color: #A12FDB;
}
.BgClassName
{
background-color: #A12FDB;
}
</style>
border-color css
<style>
span { border-color: #A12FDB; }
span { border-color: rgb(161,47,219); }
td.TdClassName
{
border-color: #A12FDB;
}
.TagClassName
{
border-color: #A12FDB;
}
</style>