Shades of Medium Red Violet #A8297B
Tints of Medium Red Violet #A8297B
RGB
CMYK
RGB Variations
Color information
#A8297B (or 0xA8297B) is known color: Medium Red Violet. HEX triplet: A8, 29 and 7B. RGB value is (168,41,123). Sum of RGB (Red+Green+Blue) = 168+41+123=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8297B is #57D684. Grayscale: #585858. Windows color (decimal): -5756549 or 8071592. OLE color: 8071592.
HSL color Cylindrical-coordinate representation of color #A8297B: hue angle of 321.26º 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 #A8297B is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 123 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.34 |
| HSL | 321.26º | 0.61% | 0.41% | - |
| HSV(B) | 321.26º | 0.76% | 0.66% | - |
| XYZ | 20.52 | 11.34 | 19.85 | - |
| YUV | 88.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 123 | 0 | 0.76 | 0.27 | 0.34 | 321.26 | 0.61 | 0.41 |
| Hex | A8 | 29 | 7B | 0 | 4C | 1B | 22 | 141 | 3D | 29 |
| Octal | 250 | 51 | 173 | 0 | 114 | 33 | 42 | 501 | 75 | 51 |
| Binary | 10101000 | 101001 | 1111011 | 0 | 1001100 | 11011 | 100010 | 101000001 | 111101 | 101001 |
Color Harmonies of #A8297B
Complementary color
Monochromatic Colors of #A8297B
Black with #A8297B
Text Example
Text Example
White with #A8297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8297B; }
p { color: rgb(168,41,123); }
H1.HeaderClassName
{
color: #A8297B;
}
.AnyTagClassName
{
color: #A8297B;
}
</style>
background-color css
<style>
a { background-color: #A8297B; }
a { background-color: rgb(168,41,123); }
div.DivClassName
{
background-color: #A8297B;
}
.BgClassName
{
background-color: #A8297B;
}
</style>
border-color css
<style>
span { border-color: #A8297B; }
span { border-color: rgb(168,41,123); }
td.TdClassName
{
border-color: #A8297B;
}
.TagClassName
{
border-color: #A8297B;
}
</style>