Shades of Dark Orchid #A329C9
Tints of Dark Orchid #A329C9
RGB
CMYK
RGB Variations
Color information
#A329C9 (or 0xA329C9) is known color: Dark Orchid. HEX triplet: A3, 29 and C9. RGB value is (163,41,201). Sum of RGB (Red+Green+Blue) = 163+41+201=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #A329C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329C9 is #5CD636. Grayscale: #5F5F5F. Windows color (decimal): -6084151 or 13183395. OLE color: 13183395.
HSL color Cylindrical-coordinate representation of color #A329C9: hue angle of 285.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A329C9 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 41 | 201 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.21 |
| HSL | 285.75º | 0.66% | 0.47% | - |
| HSV(B) | 285.75º | 0.8% | 0.79% | - |
| XYZ | 26.44 | 13.59 | 56.49 | - |
| YUV | 95.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 201 | 0.19 | 0.80 | 0 | 0.21 | 285.75 | 0.66 | 0.47 |
| Hex | A3 | 29 | C9 | 13 | 50 | 0 | 15 | 11E | 42 | 2F |
| Octal | 243 | 51 | 311 | 23 | 120 | 0 | 25 | 436 | 102 | 57 |
| Binary | 10100011 | 101001 | 11001001 | 10011 | 1010000 | 0 | 10101 | 100011110 | 1000010 | 101111 |
Color Harmonies of #A329C9
Complementary color
Monochromatic Colors of #A329C9
Black with #A329C9
Text Example
Text Example
White with #A329C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329C9; }
p { color: rgb(163,41,201); }
H1.HeaderClassName
{
color: #A329C9;
}
.AnyTagClassName
{
color: #A329C9;
}
</style>
background-color css
<style>
a { background-color: #A329C9; }
a { background-color: rgb(163,41,201); }
div.DivClassName
{
background-color: #A329C9;
}
.BgClassName
{
background-color: #A329C9;
}
</style>
border-color css
<style>
span { border-color: #A329C9; }
span { border-color: rgb(163,41,201); }
td.TdClassName
{
border-color: #A329C9;
}
.TagClassName
{
border-color: #A329C9;
}
</style>