Shades of Dark Orchid #A12DBA
Tints of Dark Orchid #A12DBA
RGB
CMYK
RGB Variations
Color information
#A12DBA (or 0xA12DBA) is known color: Dark Orchid. HEX triplet: A1, 2D and BA. RGB value is (161,45,186). Sum of RGB (Red+Green+Blue) = 161+45+186=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #A12DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DBA is #5ED245. Grayscale: #5F5F5F. Windows color (decimal): -6214214 or 12201377. OLE color: 12201377.
HSL color Cylindrical-coordinate representation of color #A12DBA: hue angle of 289.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DBA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 45 | 186 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.27 |
| HSL | 289.36º | 0.61% | 0.45% | - |
| HSV(B) | 289.36º | 0.76% | 0.73% | - |
| XYZ | 24.5 | 13 | 47.67 | - |
| YUV | 95.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 186 | 0.13 | 0.76 | 0 | 0.27 | 289.36 | 0.61 | 0.45 |
| Hex | A1 | 2D | BA | D | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 241 | 55 | 272 | 15 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10100001 | 101101 | 10111010 | 1101 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #A12DBA
Complementary color
Monochromatic Colors of #A12DBA
Black with #A12DBA
Text Example
Text Example
White with #A12DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DBA; }
p { color: rgb(161,45,186); }
H1.HeaderClassName
{
color: #A12DBA;
}
.AnyTagClassName
{
color: #A12DBA;
}
</style>
background-color css
<style>
a { background-color: #A12DBA; }
a { background-color: rgb(161,45,186); }
div.DivClassName
{
background-color: #A12DBA;
}
.BgClassName
{
background-color: #A12DBA;
}
</style>
border-color css
<style>
span { border-color: #A12DBA; }
span { border-color: rgb(161,45,186); }
td.TdClassName
{
border-color: #A12DBA;
}
.TagClassName
{
border-color: #A12DBA;
}
</style>