Shades of Dark Orchid #A12BA9
Tints of Dark Orchid #A12BA9
RGB
CMYK
RGB Variations
Color information
#A12BA9 (or 0xA12BA9) is known color: Dark Orchid. HEX triplet: A1, 2B and A9. RGB value is (161,43,169). Sum of RGB (Red+Green+Blue) = 161+43+169=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #A12BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BA9 is #5ED456. Grayscale: #5C5C5C. Windows color (decimal): -6214743 or 11086753. OLE color: 11086753.
HSL color Cylindrical-coordinate representation of color #A12BA9: hue angle of 296.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BA9 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 43 | 169 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.34 |
| HSL | 296.19º | 0.59% | 0.42% | - |
| HSV(B) | 296.19º | 0.75% | 0.66% | - |
| XYZ | 22.72 | 12.17 | 38.69 | - |
| YUV | 92.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 169 | 0.05 | 0.75 | 0 | 0.34 | 296.19 | 0.59 | 0.42 |
| Hex | A1 | 2B | A9 | 5 | 4B | 0 | 22 | 128 | 3B | 2A |
| Octal | 241 | 53 | 251 | 5 | 113 | 0 | 42 | 450 | 73 | 52 |
| Binary | 10100001 | 101011 | 10101001 | 101 | 1001011 | 0 | 100010 | 100101000 | 111011 | 101010 |
Color Harmonies of #A12BA9
Complementary color
Monochromatic Colors of #A12BA9
Black with #A12BA9
Text Example
Text Example
White with #A12BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BA9; }
p { color: rgb(161,43,169); }
H1.HeaderClassName
{
color: #A12BA9;
}
.AnyTagClassName
{
color: #A12BA9;
}
</style>
background-color css
<style>
a { background-color: #A12BA9; }
a { background-color: rgb(161,43,169); }
div.DivClassName
{
background-color: #A12BA9;
}
.BgClassName
{
background-color: #A12BA9;
}
</style>
border-color css
<style>
span { border-color: #A12BA9; }
span { border-color: rgb(161,43,169); }
td.TdClassName
{
border-color: #A12BA9;
}
.TagClassName
{
border-color: #A12BA9;
}
</style>