Shades of Dark Orchid #A129AE
Tints of Dark Orchid #A129AE
RGB
CMYK
RGB Variations
Color information
#A129AE (or 0xA129AE) is known color: Dark Orchid. HEX triplet: A1, 29 and AE. RGB value is (161,41,174). Sum of RGB (Red+Green+Blue) = 161+41+174=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #A129AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AE is #5ED651. Grayscale: #5B5B5B. Windows color (decimal): -6215250 or 11413921. OLE color: 11413921.
HSL color Cylindrical-coordinate representation of color #A129AE: hue angle of 294.14º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A129AE is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 41 | 174 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.32 |
| HSL | 294.14º | 0.62% | 0.42% | - |
| HSV(B) | 294.14º | 0.76% | 0.68% | - |
| XYZ | 23.13 | 12.22 | 41.18 | - |
| YUV | 92.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 174 | 0.07 | 0.76 | 0 | 0.32 | 294.14 | 0.62 | 0.42 |
| Hex | A1 | 29 | AE | 7 | 4C | 0 | 20 | 126 | 3E | 2A |
| Octal | 241 | 51 | 256 | 7 | 114 | 0 | 40 | 446 | 76 | 52 |
| Binary | 10100001 | 101001 | 10101110 | 111 | 1001100 | 0 | 100000 | 100100110 | 111110 | 101010 |
Color Harmonies of #A129AE
Complementary color
Monochromatic Colors of #A129AE
Black with #A129AE
Text Example
Text Example
White with #A129AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129AE; }
p { color: rgb(161,41,174); }
H1.HeaderClassName
{
color: #A129AE;
}
.AnyTagClassName
{
color: #A129AE;
}
</style>
background-color css
<style>
a { background-color: #A129AE; }
a { background-color: rgb(161,41,174); }
div.DivClassName
{
background-color: #A129AE;
}
.BgClassName
{
background-color: #A129AE;
}
</style>
border-color css
<style>
span { border-color: #A129AE; }
span { border-color: rgb(161,41,174); }
td.TdClassName
{
border-color: #A129AE;
}
.TagClassName
{
border-color: #A129AE;
}
</style>