Shades of Dark Orchid #A129AB
Tints of Dark Orchid #A129AB
RGB
CMYK
RGB Variations
Color information
#A129AB (or 0xA129AB) is known color: Dark Orchid. HEX triplet: A1, 29 and AB. RGB value is (161,41,171). Sum of RGB (Red+Green+Blue) = 161+41+171=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #A129AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AB is #5ED654. Grayscale: #5B5B5B. Windows color (decimal): -6215253 or 11217313. OLE color: 11217313.
HSL color Cylindrical-coordinate representation of color #A129AB: hue angle of 295.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A129AB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 41 | 171 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.33 |
| HSL | 295.38º | 0.61% | 0.42% | - |
| HSV(B) | 295.38º | 0.76% | 0.67% | - |
| XYZ | 22.84 | 12.1 | 39.66 | - |
| YUV | 91.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 171 | 0.06 | 0.76 | 0 | 0.33 | 295.38 | 0.61 | 0.42 |
| Hex | A1 | 29 | AB | 6 | 4C | 0 | 21 | 127 | 3D | 2A |
| Octal | 241 | 51 | 253 | 6 | 114 | 0 | 41 | 447 | 75 | 52 |
| Binary | 10100001 | 101001 | 10101011 | 110 | 1001100 | 0 | 100001 | 100100111 | 111101 | 101010 |
Color Harmonies of #A129AB
Complementary color
Monochromatic Colors of #A129AB
Black with #A129AB
Text Example
Text Example
White with #A129AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129AB; }
p { color: rgb(161,41,171); }
H1.HeaderClassName
{
color: #A129AB;
}
.AnyTagClassName
{
color: #A129AB;
}
</style>
background-color css
<style>
a { background-color: #A129AB; }
a { background-color: rgb(161,41,171); }
div.DivClassName
{
background-color: #A129AB;
}
.BgClassName
{
background-color: #A129AB;
}
</style>
border-color css
<style>
span { border-color: #A129AB; }
span { border-color: rgb(161,41,171); }
td.TdClassName
{
border-color: #A129AB;
}
.TagClassName
{
border-color: #A129AB;
}
</style>