Shades of Dark Orchid #A129AC
Tints of Dark Orchid #A129AC
RGB
CMYK
RGB Variations
Color information
#A129AC (or 0xA129AC) is known color: Dark Orchid. HEX triplet: A1, 29 and AC. RGB value is (161,41,172). Sum of RGB (Red+Green+Blue) = 161+41+172=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A129AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AC is #5ED653. Grayscale: #5B5B5B. Windows color (decimal): -6215252 or 11282849. OLE color: 11282849.
HSL color Cylindrical-coordinate representation of color #A129AC: hue angle of 294.96º degrees, saturation: 0.62, 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 #A129AC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 41 | 172 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.33 |
| HSL | 294.96º | 0.62% | 0.42% | - |
| HSV(B) | 294.96º | 0.76% | 0.67% | - |
| XYZ | 22.94 | 12.14 | 40.16 | - |
| YUV | 91.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 172 | 0.06 | 0.76 | 0 | 0.33 | 294.96 | 0.62 | 0.42 |
| Hex | A1 | 29 | AC | 6 | 4C | 0 | 21 | 127 | 3E | 2A |
| Octal | 241 | 51 | 254 | 6 | 114 | 0 | 41 | 447 | 76 | 52 |
| Binary | 10100001 | 101001 | 10101100 | 110 | 1001100 | 0 | 100001 | 100100111 | 111110 | 101010 |
Color Harmonies of #A129AC
Complementary color
Monochromatic Colors of #A129AC
Black with #A129AC
Text Example
Text Example
White with #A129AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129AC; }
p { color: rgb(161,41,172); }
H1.HeaderClassName
{
color: #A129AC;
}
.AnyTagClassName
{
color: #A129AC;
}
</style>
background-color css
<style>
a { background-color: #A129AC; }
a { background-color: rgb(161,41,172); }
div.DivClassName
{
background-color: #A129AC;
}
.BgClassName
{
background-color: #A129AC;
}
</style>
border-color css
<style>
span { border-color: #A129AC; }
span { border-color: rgb(161,41,172); }
td.TdClassName
{
border-color: #A129AC;
}
.TagClassName
{
border-color: #A129AC;
}
</style>