Shades of Medium Red Violet #A8317B
Tints of Medium Red Violet #A8317B
RGB
CMYK
RGB Variations
Color information
#A8317B (or 0xA8317B) is known color: Medium Red Violet. HEX triplet: A8, 31 and 7B. RGB value is (168,49,123). Sum of RGB (Red+Green+Blue) = 168+49+123=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A8317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8317B is #57CE84. Grayscale: #5C5C5C. Windows color (decimal): -5754501 or 8073640. OLE color: 8073640.
HSL color Cylindrical-coordinate representation of color #A8317B: hue angle of 322.69º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8317B is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 49 | 123 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.34 |
| HSL | 322.69º | 0.55% | 0.43% | - |
| HSV(B) | 322.69º | 0.71% | 0.66% | - |
| XYZ | 20.82 | 11.95 | 19.95 | - |
| YUV | 93.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 49 | 123 | 0 | 0.71 | 0.27 | 0.34 | 322.69 | 0.55 | 0.43 |
| Hex | A8 | 31 | 7B | 0 | 47 | 1B | 22 | 143 | 37 | 2B |
| Octal | 250 | 61 | 173 | 0 | 107 | 33 | 42 | 503 | 67 | 53 |
| Binary | 10101000 | 110001 | 1111011 | 0 | 1000111 | 11011 | 100010 | 101000011 | 110111 | 101011 |
Color Harmonies of #A8317B
Complementary color
Monochromatic Colors of #A8317B
Black with #A8317B
Text Example
Text Example
White with #A8317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8317B; }
p { color: rgb(168,49,123); }
H1.HeaderClassName
{
color: #A8317B;
}
.AnyTagClassName
{
color: #A8317B;
}
</style>
background-color css
<style>
a { background-color: #A8317B; }
a { background-color: rgb(168,49,123); }
div.DivClassName
{
background-color: #A8317B;
}
.BgClassName
{
background-color: #A8317B;
}
</style>
border-color css
<style>
span { border-color: #A8317B; }
span { border-color: rgb(168,49,123); }
td.TdClassName
{
border-color: #A8317B;
}
.TagClassName
{
border-color: #A8317B;
}
</style>