Shades of Dark Orchid #A129BF
Tints of Dark Orchid #A129BF
RGB
CMYK
RGB Variations
Color information
#A129BF (or 0xA129BF) is known color: Dark Orchid. HEX triplet: A1, 29 and BF. RGB value is (161,41,191). Sum of RGB (Red+Green+Blue) = 161+41+191=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #A129BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129BF is #5ED640. Grayscale: #5D5D5D. Windows color (decimal): -6215233 or 12528033. OLE color: 12528033.
HSL color Cylindrical-coordinate representation of color #A129BF: hue angle of 288º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A129BF is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 41 | 191 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.25 |
| HSL | 288º | 0.65% | 0.45% | - |
| HSV(B) | 288º | 0.79% | 0.75% | - |
| XYZ | 24.89 | 12.92 | 50.47 | - |
| YUV | 93.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 191 | 0.16 | 0.79 | 0 | 0.25 | 288 | 0.65 | 0.45 |
| Hex | A1 | 29 | BF | 10 | 4F | 0 | 19 | 120 | 41 | 2D |
| Octal | 241 | 51 | 277 | 20 | 117 | 0 | 31 | 440 | 101 | 55 |
| Binary | 10100001 | 101001 | 10111111 | 10000 | 1001111 | 0 | 11001 | 100100000 | 1000001 | 101101 |
Color Harmonies of #A129BF
Complementary color
Monochromatic Colors of #A129BF
Black with #A129BF
Text Example
Text Example
White with #A129BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129BF; }
p { color: rgb(161,41,191); }
H1.HeaderClassName
{
color: #A129BF;
}
.AnyTagClassName
{
color: #A129BF;
}
</style>
background-color css
<style>
a { background-color: #A129BF; }
a { background-color: rgb(161,41,191); }
div.DivClassName
{
background-color: #A129BF;
}
.BgClassName
{
background-color: #A129BF;
}
</style>
border-color css
<style>
span { border-color: #A129BF; }
span { border-color: rgb(161,41,191); }
td.TdClassName
{
border-color: #A129BF;
}
.TagClassName
{
border-color: #A129BF;
}
</style>