Shades of Dark Orchid #A329A9
Tints of Dark Orchid #A329A9
RGB
CMYK
RGB Variations
Color information
#A329A9 (or 0xA329A9) is known color: Dark Orchid. HEX triplet: A3, 29 and A9. RGB value is (163,41,169). Sum of RGB (Red+Green+Blue) = 163+41+169=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #A329A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A329A9 is #5CD656. Grayscale: #5B5B5B. Windows color (decimal): -6084183 or 11086243. OLE color: 11086243.
HSL color Cylindrical-coordinate representation of color #A329A9: hue angle of 297.19º 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 #A329A9 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 41 | 169 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.34 |
| HSL | 297.19º | 0.61% | 0.41% | - |
| HSV(B) | 297.19º | 0.76% | 0.66% | - |
| XYZ | 23.06 | 12.24 | 38.68 | - |
| YUV | 92.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 169 | 0.04 | 0.76 | 0 | 0.34 | 297.19 | 0.61 | 0.41 |
| Hex | A3 | 29 | A9 | 4 | 4C | 0 | 22 | 129 | 3D | 29 |
| Octal | 243 | 51 | 251 | 4 | 114 | 0 | 42 | 451 | 75 | 51 |
| Binary | 10100011 | 101001 | 10101001 | 100 | 1001100 | 0 | 100010 | 100101001 | 111101 | 101001 |
Color Harmonies of #A329A9
Complementary color
Monochromatic Colors of #A329A9
Black with #A329A9
Text Example
Text Example
White with #A329A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329A9; }
p { color: rgb(163,41,169); }
H1.HeaderClassName
{
color: #A329A9;
}
.AnyTagClassName
{
color: #A329A9;
}
</style>
background-color css
<style>
a { background-color: #A329A9; }
a { background-color: rgb(163,41,169); }
div.DivClassName
{
background-color: #A329A9;
}
.BgClassName
{
background-color: #A329A9;
}
</style>
border-color css
<style>
span { border-color: #A329A9; }
span { border-color: rgb(163,41,169); }
td.TdClassName
{
border-color: #A329A9;
}
.TagClassName
{
border-color: #A329A9;
}
</style>