Shades of Dark Orchid #A12DB6
Tints of Dark Orchid #A12DB6
RGB
CMYK
RGB Variations
Color information
#A12DB6 (or 0xA12DB6) is known color: Dark Orchid. HEX triplet: A1, 2D and B6. RGB value is (161,45,182). Sum of RGB (Red+Green+Blue) = 161+45+182=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #A12DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DB6 is #5ED249. Grayscale: #5E5E5E. Windows color (decimal): -6214218 or 11939233. OLE color: 11939233.
HSL color Cylindrical-coordinate representation of color #A12DB6: hue angle of 290.8º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12DB6 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 45 | 182 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.29 |
| HSL | 290.8º | 0.6% | 0.45% | - |
| HSV(B) | 290.8º | 0.75% | 0.71% | - |
| XYZ | 24.08 | 12.83 | 45.46 | - |
| YUV | 95.3 | 176.93 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 182 | 0.12 | 0.75 | 0 | 0.29 | 290.8 | 0.6 | 0.45 |
| Hex | A1 | 2D | B6 | C | 4B | 0 | 1D | 123 | 3C | 2D |
| Octal | 241 | 55 | 266 | 14 | 113 | 0 | 35 | 443 | 74 | 55 |
| Binary | 10100001 | 101101 | 10110110 | 1100 | 1001011 | 0 | 11101 | 100100011 | 111100 | 101101 |
Color Harmonies of #A12DB6
Complementary color
Monochromatic Colors of #A12DB6
Black with #A12DB6
Text Example
Text Example
White with #A12DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DB6; }
p { color: rgb(161,45,182); }
H1.HeaderClassName
{
color: #A12DB6;
}
.AnyTagClassName
{
color: #A12DB6;
}
</style>
background-color css
<style>
a { background-color: #A12DB6; }
a { background-color: rgb(161,45,182); }
div.DivClassName
{
background-color: #A12DB6;
}
.BgClassName
{
background-color: #A12DB6;
}
</style>
border-color css
<style>
span { border-color: #A12DB6; }
span { border-color: rgb(161,45,182); }
td.TdClassName
{
border-color: #A12DB6;
}
.TagClassName
{
border-color: #A12DB6;
}
</style>