Shades of Dark Orchid #A12FBA
Tints of Dark Orchid #A12FBA
RGB
CMYK
RGB Variations
Color information
#A12FBA (or 0xA12FBA) is known color: Dark Orchid. HEX triplet: A1, 2F and BA. RGB value is (161,47,186). Sum of RGB (Red+Green+Blue) = 161+47+186=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A12FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FBA is #5ED045. Grayscale: #606060. Windows color (decimal): -6213702 or 12201889. OLE color: 12201889.
HSL color Cylindrical-coordinate representation of color #A12FBA: hue angle of 289.21º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12FBA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 47 | 186 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.27 |
| HSL | 289.21º | 0.6% | 0.46% | - |
| HSV(B) | 289.21º | 0.75% | 0.73% | - |
| XYZ | 24.58 | 13.16 | 47.7 | - |
| YUV | 96.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 186 | 0.13 | 0.75 | 0 | 0.27 | 289.21 | 0.6 | 0.46 |
| Hex | A1 | 2F | BA | D | 4B | 0 | 1B | 121 | 3C | 2E |
| Octal | 241 | 57 | 272 | 15 | 113 | 0 | 33 | 441 | 74 | 56 |
| Binary | 10100001 | 101111 | 10111010 | 1101 | 1001011 | 0 | 11011 | 100100001 | 111100 | 101110 |
Color Harmonies of #A12FBA
Complementary color
Monochromatic Colors of #A12FBA
Black with #A12FBA
Text Example
Text Example
White with #A12FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FBA; }
p { color: rgb(161,47,186); }
H1.HeaderClassName
{
color: #A12FBA;
}
.AnyTagClassName
{
color: #A12FBA;
}
</style>
background-color css
<style>
a { background-color: #A12FBA; }
a { background-color: rgb(161,47,186); }
div.DivClassName
{
background-color: #A12FBA;
}
.BgClassName
{
background-color: #A12FBA;
}
</style>
border-color css
<style>
span { border-color: #A12FBA; }
span { border-color: rgb(161,47,186); }
td.TdClassName
{
border-color: #A12FBA;
}
.TagClassName
{
border-color: #A12FBA;
}
</style>