Shades of Medium Red Violet #A8338E
Tints of Medium Red Violet #A8338E
RGB
CMYK
RGB Variations
Color information
#A8338E (or 0xA8338E) is known color: Medium Red Violet. HEX triplet: A8, 33 and 8E. RGB value is (168,51,142). Sum of RGB (Red+Green+Blue) = 168+51+142=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8338E is #57CC71. Grayscale: #606060. Windows color (decimal): -5753970 or 9319336. OLE color: 9319336.
HSL color Cylindrical-coordinate representation of color #A8338E: hue angle of 313.33º degrees, saturation: 0.53, 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 #A8338E is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 142 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.34 |
| HSL | 313.33º | 0.53% | 0.43% | - |
| HSV(B) | 313.33º | 0.7% | 0.66% | - |
| XYZ | 22.21 | 12.65 | 26.86 | - |
| YUV | 96.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 142 | 0 | 0.70 | 0.15 | 0.34 | 313.33 | 0.53 | 0.43 |
| Hex | A8 | 33 | 8E | 0 | 46 | F | 22 | 139 | 35 | 2B |
| Octal | 250 | 63 | 216 | 0 | 106 | 17 | 42 | 471 | 65 | 53 |
| Binary | 10101000 | 110011 | 10001110 | 0 | 1000110 | 1111 | 100010 | 100111001 | 110101 | 101011 |
Color Harmonies of #A8338E
Complementary color
Monochromatic Colors of #A8338E
Black with #A8338E
Text Example
Text Example
White with #A8338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8338E; }
p { color: rgb(168,51,142); }
H1.HeaderClassName
{
color: #A8338E;
}
.AnyTagClassName
{
color: #A8338E;
}
</style>
background-color css
<style>
a { background-color: #A8338E; }
a { background-color: rgb(168,51,142); }
div.DivClassName
{
background-color: #A8338E;
}
.BgClassName
{
background-color: #A8338E;
}
</style>
border-color css
<style>
span { border-color: #A8338E; }
span { border-color: rgb(168,51,142); }
td.TdClassName
{
border-color: #A8338E;
}
.TagClassName
{
border-color: #A8338E;
}
</style>