Shades of Medium Red Violet #A8328E
Tints of Medium Red Violet #A8328E
RGB
CMYK
RGB Variations
Color information
#A8328E (or 0xA8328E) is known color: Medium Red Violet. HEX triplet: A8, 32 and 8E. RGB value is (168,50,142). Sum of RGB (Red+Green+Blue) = 168+50+142=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8328E is #57CD71. Grayscale: #5F5F5F. Windows color (decimal): -5754226 or 9319080. OLE color: 9319080.
HSL color Cylindrical-coordinate representation of color #A8328E: hue angle of 313.22º 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 #A8328E is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 142 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.34 |
| HSL | 313.22º | 0.54% | 0.43% | - |
| HSV(B) | 313.22º | 0.7% | 0.66% | - |
| XYZ | 22.17 | 12.56 | 26.85 | - |
| YUV | 95.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 142 | 0 | 0.70 | 0.15 | 0.34 | 313.22 | 0.54 | 0.43 |
| Hex | A8 | 32 | 8E | 0 | 46 | F | 22 | 139 | 36 | 2B |
| Octal | 250 | 62 | 216 | 0 | 106 | 17 | 42 | 471 | 66 | 53 |
| Binary | 10101000 | 110010 | 10001110 | 0 | 1000110 | 1111 | 100010 | 100111001 | 110110 | 101011 |
Color Harmonies of #A8328E
Complementary color
Monochromatic Colors of #A8328E
Black with #A8328E
Text Example
Text Example
White with #A8328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8328E; }
p { color: rgb(168,50,142); }
H1.HeaderClassName
{
color: #A8328E;
}
.AnyTagClassName
{
color: #A8328E;
}
</style>
background-color css
<style>
a { background-color: #A8328E; }
a { background-color: rgb(168,50,142); }
div.DivClassName
{
background-color: #A8328E;
}
.BgClassName
{
background-color: #A8328E;
}
</style>
border-color css
<style>
span { border-color: #A8328E; }
span { border-color: rgb(168,50,142); }
td.TdClassName
{
border-color: #A8328E;
}
.TagClassName
{
border-color: #A8328E;
}
</style>