Shades of Dark Orchid #A120BA
Tints of Dark Orchid #A120BA
RGB
CMYK
RGB Variations
Color information
#A120BA (or 0xA120BA) is known color: Dark Orchid. HEX triplet: A1, 20 and BA. RGB value is (161,32,186). Sum of RGB (Red+Green+Blue) = 161+32+186=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A120BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120BA is #5EDF45. Grayscale: #575757. Windows color (decimal): -6217542 or 12198049. OLE color: 12198049.
HSL color Cylindrical-coordinate representation of color #A120BA: hue angle of 290.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A120BA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 32 | 186 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.27 |
| HSL | 290.26º | 0.71% | 0.43% | - |
| HSV(B) | 290.26º | 0.83% | 0.73% | - |
| XYZ | 24.08 | 12.16 | 47.53 | - |
| YUV | 88.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 32 | 186 | 0.13 | 0.83 | 0 | 0.27 | 290.26 | 0.71 | 0.43 |
| Hex | A1 | 20 | BA | D | 53 | 0 | 1B | 122 | 47 | 2B |
| Octal | 241 | 40 | 272 | 15 | 123 | 0 | 33 | 442 | 107 | 53 |
| Binary | 10100001 | 100000 | 10111010 | 1101 | 1010011 | 0 | 11011 | 100100010 | 1000111 | 101011 |
Color Harmonies of #A120BA
Complementary color
Monochromatic Colors of #A120BA
Black with #A120BA
Text Example
Text Example
White with #A120BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A120BA; }
p { color: rgb(161,32,186); }
H1.HeaderClassName
{
color: #A120BA;
}
.AnyTagClassName
{
color: #A120BA;
}
</style>
background-color css
<style>
a { background-color: #A120BA; }
a { background-color: rgb(161,32,186); }
div.DivClassName
{
background-color: #A120BA;
}
.BgClassName
{
background-color: #A120BA;
}
</style>
border-color css
<style>
span { border-color: #A120BA; }
span { border-color: rgb(161,32,186); }
td.TdClassName
{
border-color: #A120BA;
}
.TagClassName
{
border-color: #A120BA;
}
</style>