Shades of Dark Orchid #A12FB0
Tints of Dark Orchid #A12FB0
RGB
CMYK
RGB Variations
Color information
#A12FB0 (or 0xA12FB0) is known color: Dark Orchid. HEX triplet: A1, 2F and B0. RGB value is (161,47,176). Sum of RGB (Red+Green+Blue) = 161+47+176=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #A12FB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FB0 is #5ED04F. Grayscale: #5F5F5F. Windows color (decimal): -6213712 or 11546529. OLE color: 11546529.
HSL color Cylindrical-coordinate representation of color #A12FB0: hue angle of 293.02º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12FB0 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 47 | 176 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.31 |
| HSL | 293.02º | 0.58% | 0.44% | - |
| HSV(B) | 293.02º | 0.73% | 0.69% | - |
| XYZ | 23.55 | 12.74 | 42.29 | - |
| YUV | 95.79 | 173.27 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 176 | 0.09 | 0.73 | 0 | 0.31 | 293.02 | 0.58 | 0.44 |
| Hex | A1 | 2F | B0 | 9 | 49 | 0 | 1F | 125 | 3A | 2C |
| Octal | 241 | 57 | 260 | 11 | 111 | 0 | 37 | 445 | 72 | 54 |
| Binary | 10100001 | 101111 | 10110000 | 1001 | 1001001 | 0 | 11111 | 100100101 | 111010 | 101100 |
Color Harmonies of #A12FB0
Complementary color
Monochromatic Colors of #A12FB0
Black with #A12FB0
Text Example
Text Example
White with #A12FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FB0; }
p { color: rgb(161,47,176); }
H1.HeaderClassName
{
color: #A12FB0;
}
.AnyTagClassName
{
color: #A12FB0;
}
</style>
background-color css
<style>
a { background-color: #A12FB0; }
a { background-color: rgb(161,47,176); }
div.DivClassName
{
background-color: #A12FB0;
}
.BgClassName
{
background-color: #A12FB0;
}
</style>
border-color css
<style>
span { border-color: #A12FB0; }
span { border-color: rgb(161,47,176); }
td.TdClassName
{
border-color: #A12FB0;
}
.TagClassName
{
border-color: #A12FB0;
}
</style>