Shades of Dark Orchid #A129BC
Tints of Dark Orchid #A129BC
RGB
CMYK
RGB Variations
Color information
#A129BC (or 0xA129BC) is known color: Dark Orchid. HEX triplet: A1, 29 and BC. RGB value is (161,41,188). Sum of RGB (Red+Green+Blue) = 161+41+188=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A129BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129BC is #5ED643. Grayscale: #5D5D5D. Windows color (decimal): -6215236 or 12331425. OLE color: 12331425.
HSL color Cylindrical-coordinate representation of color #A129BC: hue angle of 288.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A129BC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 41 | 188 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.26 |
| HSL | 288.98º | 0.64% | 0.45% | - |
| HSV(B) | 288.98º | 0.78% | 0.74% | - |
| XYZ | 24.57 | 12.79 | 48.75 | - |
| YUV | 93.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 188 | 0.14 | 0.78 | 0 | 0.26 | 288.98 | 0.64 | 0.45 |
| Hex | A1 | 29 | BC | E | 4E | 0 | 1A | 121 | 40 | 2D |
| Octal | 241 | 51 | 274 | 16 | 116 | 0 | 32 | 441 | 100 | 55 |
| Binary | 10100001 | 101001 | 10111100 | 1110 | 1001110 | 0 | 11010 | 100100001 | 1000000 | 101101 |
Color Harmonies of #A129BC
Complementary color
Monochromatic Colors of #A129BC
Black with #A129BC
Text Example
Text Example
White with #A129BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129BC; }
p { color: rgb(161,41,188); }
H1.HeaderClassName
{
color: #A129BC;
}
.AnyTagClassName
{
color: #A129BC;
}
</style>
background-color css
<style>
a { background-color: #A129BC; }
a { background-color: rgb(161,41,188); }
div.DivClassName
{
background-color: #A129BC;
}
.BgClassName
{
background-color: #A129BC;
}
</style>
border-color css
<style>
span { border-color: #A129BC; }
span { border-color: rgb(161,41,188); }
td.TdClassName
{
border-color: #A129BC;
}
.TagClassName
{
border-color: #A129BC;
}
</style>