Shades of Dark Orchid #A12FBD
Tints of Dark Orchid #A12FBD
RGB
CMYK
RGB Variations
Color information
#A12FBD (or 0xA12FBD) is known color: Dark Orchid. HEX triplet: A1, 2F and BD. RGB value is (161,47,189). Sum of RGB (Red+Green+Blue) = 161+47+189=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A12FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FBD is #5ED042. Grayscale: #606060. Windows color (decimal): -6213699 or 12398497. OLE color: 12398497.
HSL color Cylindrical-coordinate representation of color #A12FBD: hue angle of 288.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12FBD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 47 | 189 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.26 |
| HSL | 288.17º | 0.6% | 0.46% | - |
| HSV(B) | 288.17º | 0.75% | 0.74% | - |
| XYZ | 24.9 | 13.28 | 49.4 | - |
| YUV | 97.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 189 | 0.15 | 0.75 | 0 | 0.26 | 288.17 | 0.6 | 0.46 |
| Hex | A1 | 2F | BD | F | 4B | 0 | 1A | 120 | 3C | 2E |
| Octal | 241 | 57 | 275 | 17 | 113 | 0 | 32 | 440 | 74 | 56 |
| Binary | 10100001 | 101111 | 10111101 | 1111 | 1001011 | 0 | 11010 | 100100000 | 111100 | 101110 |
Color Harmonies of #A12FBD
Complementary color
Monochromatic Colors of #A12FBD
Black with #A12FBD
Text Example
Text Example
White with #A12FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12FBD; }
p { color: rgb(161,47,189); }
H1.HeaderClassName
{
color: #A12FBD;
}
.AnyTagClassName
{
color: #A12FBD;
}
</style>
background-color css
<style>
a { background-color: #A12FBD; }
a { background-color: rgb(161,47,189); }
div.DivClassName
{
background-color: #A12FBD;
}
.BgClassName
{
background-color: #A12FBD;
}
</style>
border-color css
<style>
span { border-color: #A12FBD; }
span { border-color: rgb(161,47,189); }
td.TdClassName
{
border-color: #A12FBD;
}
.TagClassName
{
border-color: #A12FBD;
}
</style>