Shades of Dark Orchid #A329C5
Tints of Dark Orchid #A329C5
RGB
CMYK
RGB Variations
Color information
#A329C5 (or 0xA329C5) is known color: Dark Orchid. HEX triplet: A3, 29 and C5. RGB value is (163,41,197). Sum of RGB (Red+Green+Blue) = 163+41+197=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #A329C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329C5 is #5CD63A. Grayscale: #5E5E5E. Windows color (decimal): -6084155 or 12921251. OLE color: 12921251.
HSL color Cylindrical-coordinate representation of color #A329C5: hue angle of 286.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A329C5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 163 | 41 | 197 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.23 |
| HSL | 286.92º | 0.66% | 0.47% | - |
| HSV(B) | 286.92º | 0.79% | 0.77% | - |
| XYZ | 25.98 | 13.4 | 54.04 | - |
| YUV | 95.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 197 | 0.17 | 0.79 | 0 | 0.23 | 286.92 | 0.66 | 0.47 |
| Hex | A3 | 29 | C5 | 11 | 4F | 0 | 17 | 11F | 42 | 2F |
| Octal | 243 | 51 | 305 | 21 | 117 | 0 | 27 | 437 | 102 | 57 |
| Binary | 10100011 | 101001 | 11000101 | 10001 | 1001111 | 0 | 10111 | 100011111 | 1000010 | 101111 |
Color Harmonies of #A329C5
Complementary color
Monochromatic Colors of #A329C5
Black with #A329C5
Text Example
Text Example
White with #A329C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329C5; }
p { color: rgb(163,41,197); }
H1.HeaderClassName
{
color: #A329C5;
}
.AnyTagClassName
{
color: #A329C5;
}
</style>
background-color css
<style>
a { background-color: #A329C5; }
a { background-color: rgb(163,41,197); }
div.DivClassName
{
background-color: #A329C5;
}
.BgClassName
{
background-color: #A329C5;
}
</style>
border-color css
<style>
span { border-color: #A329C5; }
span { border-color: rgb(163,41,197); }
td.TdClassName
{
border-color: #A329C5;
}
.TagClassName
{
border-color: #A329C5;
}
</style>