Shades of Dark Orchid #A329AB
Tints of Dark Orchid #A329AB
RGB
CMYK
RGB Variations
Color information
#A329AB (or 0xA329AB) is known color: Dark Orchid. HEX triplet: A3, 29 and AB. RGB value is (163,41,171). Sum of RGB (Red+Green+Blue) = 163+41+171=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A329AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A329AB is #5CD654. Grayscale: #5B5B5B. Windows color (decimal): -6084181 or 11217315. OLE color: 11217315.
HSL color Cylindrical-coordinate representation of color #A329AB: hue angle of 296.31º degrees, saturation: 0.61, 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 #A329AB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 41 | 171 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.33 |
| HSL | 296.31º | 0.61% | 0.42% | - |
| HSV(B) | 296.31º | 0.76% | 0.67% | - |
| XYZ | 23.25 | 12.31 | 39.68 | - |
| YUV | 92.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 171 | 0.05 | 0.76 | 0 | 0.33 | 296.31 | 0.61 | 0.42 |
| Hex | A3 | 29 | AB | 5 | 4C | 0 | 21 | 128 | 3D | 2A |
| Octal | 243 | 51 | 253 | 5 | 114 | 0 | 41 | 450 | 75 | 52 |
| Binary | 10100011 | 101001 | 10101011 | 101 | 1001100 | 0 | 100001 | 100101000 | 111101 | 101010 |
Color Harmonies of #A329AB
Complementary color
Monochromatic Colors of #A329AB
Black with #A329AB
Text Example
Text Example
White with #A329AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329AB; }
p { color: rgb(163,41,171); }
H1.HeaderClassName
{
color: #A329AB;
}
.AnyTagClassName
{
color: #A329AB;
}
</style>
background-color css
<style>
a { background-color: #A329AB; }
a { background-color: rgb(163,41,171); }
div.DivClassName
{
background-color: #A329AB;
}
.BgClassName
{
background-color: #A329AB;
}
</style>
border-color css
<style>
span { border-color: #A329AB; }
span { border-color: rgb(163,41,171); }
td.TdClassName
{
border-color: #A329AB;
}
.TagClassName
{
border-color: #A329AB;
}
</style>