Shades of Dark Orchid #A129C7
Tints of Dark Orchid #A129C7
RGB
CMYK
RGB Variations
Color information
#A129C7 (or 0xA129C7) is known color: Dark Orchid. HEX triplet: A1, 29 and C7. RGB value is (161,41,199). Sum of RGB (Red+Green+Blue) = 161+41+199=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 199 (78.12% from 255 or 49.63% from 401); Max value from RGB is 199 - color contains mainly: blue. Hex color #A129C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129C7 is #5ED638. Grayscale: #5E5E5E. Windows color (decimal): -6215225 or 13052321. OLE color: 13052321.
HSL color Cylindrical-coordinate representation of color #A129C7: hue angle of 285.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A129C7 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 41 | 199 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.22 |
| HSL | 285.57º | 0.66% | 0.47% | - |
| HSV(B) | 285.57º | 0.79% | 0.78% | - |
| XYZ | 25.8 | 13.29 | 55.24 | - |
| YUV | 94.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 199 | 0.19 | 0.79 | 0 | 0.22 | 285.57 | 0.66 | 0.47 |
| Hex | A1 | 29 | C7 | 13 | 4F | 0 | 16 | 11E | 42 | 2F |
| Octal | 241 | 51 | 307 | 23 | 117 | 0 | 26 | 436 | 102 | 57 |
| Binary | 10100001 | 101001 | 11000111 | 10011 | 1001111 | 0 | 10110 | 100011110 | 1000010 | 101111 |
Color Harmonies of #A129C7
Complementary color
Monochromatic Colors of #A129C7
Black with #A129C7
Text Example
Text Example
White with #A129C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129C7; }
p { color: rgb(161,41,199); }
H1.HeaderClassName
{
color: #A129C7;
}
.AnyTagClassName
{
color: #A129C7;
}
</style>
background-color css
<style>
a { background-color: #A129C7; }
a { background-color: rgb(161,41,199); }
div.DivClassName
{
background-color: #A129C7;
}
.BgClassName
{
background-color: #A129C7;
}
</style>
border-color css
<style>
span { border-color: #A129C7; }
span { border-color: rgb(161,41,199); }
td.TdClassName
{
border-color: #A129C7;
}
.TagClassName
{
border-color: #A129C7;
}
</style>