Shades of Medium Red Violet #A8329B
Tints of Medium Red Violet #A8329B
RGB
CMYK
RGB Variations
Color information
#A8329B (or 0xA8329B) is known color: Medium Red Violet. HEX triplet: A8, 32 and 9B. RGB value is (168,50,155). Sum of RGB (Red+Green+Blue) = 168+50+155=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8329B is #57CD64. Grayscale: #606060. Windows color (decimal): -5754213 or 10171048. OLE color: 10171048.
HSL color Cylindrical-coordinate representation of color #A8329B: hue angle of 306.61º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8329B is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 155 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.34 |
| HSL | 306.61º | 0.54% | 0.43% | - |
| HSV(B) | 306.61º | 0.7% | 0.66% | - |
| XYZ | 23.21 | 12.97 | 32.29 | - |
| YUV | 97.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 155 | 0 | 0.70 | 0.08 | 0.34 | 306.61 | 0.54 | 0.43 |
| Hex | A8 | 32 | 9B | 0 | 46 | 8 | 22 | 133 | 36 | 2B |
| Octal | 250 | 62 | 233 | 0 | 106 | 10 | 42 | 463 | 66 | 53 |
| Binary | 10101000 | 110010 | 10011011 | 0 | 1000110 | 1000 | 100010 | 100110011 | 110110 | 101011 |
Color Harmonies of #A8329B
Complementary color
Monochromatic Colors of #A8329B
Black with #A8329B
Text Example
Text Example
White with #A8329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8329B; }
p { color: rgb(168,50,155); }
H1.HeaderClassName
{
color: #A8329B;
}
.AnyTagClassName
{
color: #A8329B;
}
</style>
background-color css
<style>
a { background-color: #A8329B; }
a { background-color: rgb(168,50,155); }
div.DivClassName
{
background-color: #A8329B;
}
.BgClassName
{
background-color: #A8329B;
}
</style>
border-color css
<style>
span { border-color: #A8329B; }
span { border-color: rgb(168,50,155); }
td.TdClassName
{
border-color: #A8329B;
}
.TagClassName
{
border-color: #A8329B;
}
</style>