Shades of Medium Red Violet #A8299F
Tints of Medium Red Violet #A8299F
RGB
CMYK
RGB Variations
Color information
#A8299F (or 0xA8299F) is known color: Medium Red Violet. HEX triplet: A8, 29 and 9F. RGB value is (168,41,159). Sum of RGB (Red+Green+Blue) = 168+41+159=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A8299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8299F is #57D660. Grayscale: #5C5C5C. Windows color (decimal): -5756513 or 10430888. OLE color: 10430888.
HSL color Cylindrical-coordinate representation of color #A8299F: hue angle of 304.25º 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 #A8299F is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 159 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.34 |
| HSL | 304.25º | 0.61% | 0.41% | - |
| HSV(B) | 304.25º | 0.76% | 0.66% | - |
| XYZ | 23.2 | 12.41 | 33.97 | - |
| YUV | 92.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 159 | 0 | 0.76 | 0.05 | 0.34 | 304.25 | 0.61 | 0.41 |
| Hex | A8 | 29 | 9F | 0 | 4C | 5 | 22 | 130 | 3D | 29 |
| Octal | 250 | 51 | 237 | 0 | 114 | 5 | 42 | 460 | 75 | 51 |
| Binary | 10101000 | 101001 | 10011111 | 0 | 1001100 | 101 | 100010 | 100110000 | 111101 | 101001 |
Color Harmonies of #A8299F
Complementary color
Monochromatic Colors of #A8299F
Black with #A8299F
Text Example
Text Example
White with #A8299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8299F; }
p { color: rgb(168,41,159); }
H1.HeaderClassName
{
color: #A8299F;
}
.AnyTagClassName
{
color: #A8299F;
}
</style>
background-color css
<style>
a { background-color: #A8299F; }
a { background-color: rgb(168,41,159); }
div.DivClassName
{
background-color: #A8299F;
}
.BgClassName
{
background-color: #A8299F;
}
</style>
border-color css
<style>
span { border-color: #A8299F; }
span { border-color: rgb(168,41,159); }
td.TdClassName
{
border-color: #A8299F;
}
.TagClassName
{
border-color: #A8299F;
}
</style>