Shades of Dark Orchid #A129A9
Tints of Dark Orchid #A129A9
RGB
CMYK
RGB Variations
Color information
#A129A9 (or 0xA129A9) is known color: Dark Orchid. HEX triplet: A1, 29 and A9. RGB value is (161,41,169). Sum of RGB (Red+Green+Blue) = 161+41+169=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #A129A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A9 is #5ED656. Grayscale: #5B5B5B. Windows color (decimal): -6215255 or 11086241. OLE color: 11086241.
HSL color Cylindrical-coordinate representation of color #A129A9: hue angle of 296.25º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A129A9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 41 | 169 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.34 |
| HSL | 296.25º | 0.61% | 0.41% | - |
| HSV(B) | 296.25º | 0.76% | 0.66% | - |
| XYZ | 22.65 | 12.03 | 38.66 | - |
| YUV | 91.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 169 | 0.05 | 0.76 | 0 | 0.34 | 296.25 | 0.61 | 0.41 |
| Hex | A1 | 29 | A9 | 5 | 4C | 0 | 22 | 128 | 3D | 29 |
| Octal | 241 | 51 | 251 | 5 | 114 | 0 | 42 | 450 | 75 | 51 |
| Binary | 10100001 | 101001 | 10101001 | 101 | 1001100 | 0 | 100010 | 100101000 | 111101 | 101001 |
Color Harmonies of #A129A9
Complementary color
Monochromatic Colors of #A129A9
Black with #A129A9
Text Example
Text Example
White with #A129A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129A9; }
p { color: rgb(161,41,169); }
H1.HeaderClassName
{
color: #A129A9;
}
.AnyTagClassName
{
color: #A129A9;
}
</style>
background-color css
<style>
a { background-color: #A129A9; }
a { background-color: rgb(161,41,169); }
div.DivClassName
{
background-color: #A129A9;
}
.BgClassName
{
background-color: #A129A9;
}
</style>
border-color css
<style>
span { border-color: #A129A9; }
span { border-color: rgb(161,41,169); }
td.TdClassName
{
border-color: #A129A9;
}
.TagClassName
{
border-color: #A129A9;
}
</style>