Shades of Medium Red Violet #A8378B
Tints of Medium Red Violet #A8378B
RGB
CMYK
RGB Variations
Color information
#A8378B (or 0xA8378B) is known color: Medium Red Violet. HEX triplet: A8, 37 and 8B. RGB value is (168,55,139). Sum of RGB (Red+Green+Blue) = 168+55+139=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8378B is #57C874. Grayscale: #626262. Windows color (decimal): -5752949 or 9123752. OLE color: 9123752.
HSL color Cylindrical-coordinate representation of color #A8378B: hue angle of 315.4º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8378B is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 139 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.34 |
| HSL | 315.4º | 0.51% | 0.44% | - |
| HSV(B) | 315.4º | 0.67% | 0.66% | - |
| XYZ | 22.17 | 12.92 | 25.75 | - |
| YUV | 98.36 | 150.94 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 139 | 0 | 0.67 | 0.17 | 0.34 | 315.4 | 0.51 | 0.44 |
| Hex | A8 | 37 | 8B | 0 | 43 | 11 | 22 | 13B | 33 | 2C |
| Octal | 250 | 67 | 213 | 0 | 103 | 21 | 42 | 473 | 63 | 54 |
| Binary | 10101000 | 110111 | 10001011 | 0 | 1000011 | 10001 | 100010 | 100111011 | 110011 | 101100 |
Color Harmonies of #A8378B
Complementary color
Monochromatic Colors of #A8378B
Black with #A8378B
Text Example
Text Example
White with #A8378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8378B; }
p { color: rgb(168,55,139); }
H1.HeaderClassName
{
color: #A8378B;
}
.AnyTagClassName
{
color: #A8378B;
}
</style>
background-color css
<style>
a { background-color: #A8378B; }
a { background-color: rgb(168,55,139); }
div.DivClassName
{
background-color: #A8378B;
}
.BgClassName
{
background-color: #A8378B;
}
</style>
border-color css
<style>
span { border-color: #A8378B; }
span { border-color: rgb(168,55,139); }
td.TdClassName
{
border-color: #A8378B;
}
.TagClassName
{
border-color: #A8378B;
}
</style>