Shades of Medium Red Violet #A8298B
Tints of Medium Red Violet #A8298B
RGB
CMYK
RGB Variations
Color information
#A8298B (or 0xA8298B) is known color: Medium Red Violet. HEX triplet: A8, 29 and 8B. RGB value is (168,41,139). Sum of RGB (Red+Green+Blue) = 168+41+139=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8298B is #57D674. Grayscale: #595959. Windows color (decimal): -5756533 or 9120168. OLE color: 9120168.
HSL color Cylindrical-coordinate representation of color #A8298B: hue angle of 313.7º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8298B is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 139 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.34 |
| HSL | 313.7º | 0.61% | 0.41% | - |
| HSV(B) | 313.7º | 0.76% | 0.66% | - |
| XYZ | 21.6 | 11.77 | 25.56 | - |
| YUV | 90.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 139 | 0 | 0.76 | 0.17 | 0.34 | 313.7 | 0.61 | 0.41 |
| Hex | A8 | 29 | 8B | 0 | 4C | 11 | 22 | 13A | 3D | 29 |
| Octal | 250 | 51 | 213 | 0 | 114 | 21 | 42 | 472 | 75 | 51 |
| Binary | 10101000 | 101001 | 10001011 | 0 | 1001100 | 10001 | 100010 | 100111010 | 111101 | 101001 |
Color Harmonies of #A8298B
Complementary color
Monochromatic Colors of #A8298B
Black with #A8298B
Text Example
Text Example
White with #A8298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8298B; }
p { color: rgb(168,41,139); }
H1.HeaderClassName
{
color: #A8298B;
}
.AnyTagClassName
{
color: #A8298B;
}
</style>
background-color css
<style>
a { background-color: #A8298B; }
a { background-color: rgb(168,41,139); }
div.DivClassName
{
background-color: #A8298B;
}
.BgClassName
{
background-color: #A8298B;
}
</style>
border-color css
<style>
span { border-color: #A8298B; }
span { border-color: rgb(168,41,139); }
td.TdClassName
{
border-color: #A8298B;
}
.TagClassName
{
border-color: #A8298B;
}
</style>