Shades of Dark Orchid #A12DBF
Tints of Dark Orchid #A12DBF
RGB
CMYK
RGB Variations
Color information
#A12DBF (or 0xA12DBF) is known color: Dark Orchid. HEX triplet: A1, 2D and BF. RGB value is (161,45,191). Sum of RGB (Red+Green+Blue) = 161+45+191=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #A12DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DBF is #5ED240. Grayscale: #5F5F5F. Windows color (decimal): -6214209 or 12529057. OLE color: 12529057.
HSL color Cylindrical-coordinate representation of color #A12DBF: hue angle of 287.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DBF is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 45 | 191 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.25 |
| HSL | 287.67º | 0.62% | 0.46% | - |
| HSV(B) | 287.67º | 0.76% | 0.75% | - |
| XYZ | 25.04 | 13.22 | 50.52 | - |
| YUV | 96.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 191 | 0.16 | 0.76 | 0 | 0.25 | 287.67 | 0.62 | 0.46 |
| Hex | A1 | 2D | BF | 10 | 4C | 0 | 19 | 120 | 3E | 2E |
| Octal | 241 | 55 | 277 | 20 | 114 | 0 | 31 | 440 | 76 | 56 |
| Binary | 10100001 | 101101 | 10111111 | 10000 | 1001100 | 0 | 11001 | 100100000 | 111110 | 101110 |
Color Harmonies of #A12DBF
Complementary color
Monochromatic Colors of #A12DBF
Black with #A12DBF
Text Example
Text Example
White with #A12DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DBF; }
p { color: rgb(161,45,191); }
H1.HeaderClassName
{
color: #A12DBF;
}
.AnyTagClassName
{
color: #A12DBF;
}
</style>
background-color css
<style>
a { background-color: #A12DBF; }
a { background-color: rgb(161,45,191); }
div.DivClassName
{
background-color: #A12DBF;
}
.BgClassName
{
background-color: #A12DBF;
}
</style>
border-color css
<style>
span { border-color: #A12DBF; }
span { border-color: rgb(161,45,191); }
td.TdClassName
{
border-color: #A12DBF;
}
.TagClassName
{
border-color: #A12DBF;
}
</style>