Shades of Dark Orchid #A12DBB
Tints of Dark Orchid #A12DBB
RGB
CMYK
RGB Variations
Color information
#A12DBB (or 0xA12DBB) is known color: Dark Orchid. HEX triplet: A1, 2D and BB. RGB value is (161,45,187). Sum of RGB (Red+Green+Blue) = 161+45+187=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #A12DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DBB is #5ED244. Grayscale: #5F5F5F. Windows color (decimal): -6214213 or 12266913. OLE color: 12266913.
HSL color Cylindrical-coordinate representation of color #A12DBB: hue angle of 289.01º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DBB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 45 | 187 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.27 |
| HSL | 289.01º | 0.61% | 0.45% | - |
| HSV(B) | 289.01º | 0.76% | 0.73% | - |
| XYZ | 24.61 | 13.04 | 48.23 | - |
| YUV | 95.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 187 | 0.14 | 0.76 | 0 | 0.27 | 289.01 | 0.61 | 0.45 |
| Hex | A1 | 2D | BB | E | 4C | 0 | 1B | 121 | 3D | 2D |
| Octal | 241 | 55 | 273 | 16 | 114 | 0 | 33 | 441 | 75 | 55 |
| Binary | 10100001 | 101101 | 10111011 | 1110 | 1001100 | 0 | 11011 | 100100001 | 111101 | 101101 |
Color Harmonies of #A12DBB
Complementary color
Monochromatic Colors of #A12DBB
Black with #A12DBB
Text Example
Text Example
White with #A12DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DBB; }
p { color: rgb(161,45,187); }
H1.HeaderClassName
{
color: #A12DBB;
}
.AnyTagClassName
{
color: #A12DBB;
}
</style>
background-color css
<style>
a { background-color: #A12DBB; }
a { background-color: rgb(161,45,187); }
div.DivClassName
{
background-color: #A12DBB;
}
.BgClassName
{
background-color: #A12DBB;
}
</style>
border-color css
<style>
span { border-color: #A12DBB; }
span { border-color: rgb(161,45,187); }
td.TdClassName
{
border-color: #A12DBB;
}
.TagClassName
{
border-color: #A12DBB;
}
</style>