Shades of Medium Violet Red #A8178B
Tints of Medium Violet Red #A8178B
RGB
CMYK
RGB Variations
Color information
#A8178B (or 0xA8178B) is known color: Medium Violet Red. HEX triplet: A8, 17 and 8B. RGB value is (168,23,139). Sum of RGB (Red+Green+Blue) = 168+23+139=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8178B is #57E874. Grayscale: #4F4F4F. Windows color (decimal): -5761141 or 9115560. OLE color: 9115560.
HSL color Cylindrical-coordinate representation of color #A8178B: hue angle of 312º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8178B is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 139 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.34 |
| HSL | 312º | 0.76% | 0.37% | - |
| HSV(B) | 312º | 0.86% | 0.66% | - |
| XYZ | 21.12 | 10.8 | 25.4 | - |
| YUV | 79.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 139 | 0 | 0.86 | 0.17 | 0.34 | 312 | 0.76 | 0.37 |
| Hex | A8 | 17 | 8B | 0 | 56 | 11 | 22 | 138 | 4C | 25 |
| Octal | 250 | 27 | 213 | 0 | 126 | 21 | 42 | 470 | 114 | 45 |
| Binary | 10101000 | 10111 | 10001011 | 0 | 1010110 | 10001 | 100010 | 100111000 | 1001100 | 100101 |
Color Harmonies of #A8178B
Complementary color
Monochromatic Colors of #A8178B
Black with #A8178B
Text Example
Text Example
White with #A8178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8178B; }
p { color: rgb(168,23,139); }
H1.HeaderClassName
{
color: #A8178B;
}
.AnyTagClassName
{
color: #A8178B;
}
</style>
background-color css
<style>
a { background-color: #A8178B; }
a { background-color: rgb(168,23,139); }
div.DivClassName
{
background-color: #A8178B;
}
.BgClassName
{
background-color: #A8178B;
}
</style>
border-color css
<style>
span { border-color: #A8178B; }
span { border-color: rgb(168,23,139); }
td.TdClassName
{
border-color: #A8178B;
}
.TagClassName
{
border-color: #A8178B;
}
</style>