Shades of Medium Violet Red #A8178A
Tints of Medium Violet Red #A8178A
RGB
CMYK
RGB Variations
Color information
#A8178A (or 0xA8178A) is known color: Medium Violet Red. HEX triplet: A8, 17 and 8A. RGB value is (168,23,138). Sum of RGB (Red+Green+Blue) = 168+23+138=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8178A is #57E875. Grayscale: #4F4F4F. Windows color (decimal): -5761142 or 9050024. OLE color: 9050024.
HSL color Cylindrical-coordinate representation of color #A8178A: hue angle of 312.41º 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 #A8178A is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 138 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.34 |
| HSL | 312.41º | 0.76% | 0.37% | - |
| HSV(B) | 312.41º | 0.86% | 0.66% | - |
| XYZ | 21.04 | 10.77 | 25.02 | - |
| YUV | 79.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 138 | 0 | 0.86 | 0.18 | 0.34 | 312.41 | 0.76 | 0.37 |
| Hex | A8 | 17 | 8A | 0 | 56 | 12 | 22 | 138 | 4C | 25 |
| Octal | 250 | 27 | 212 | 0 | 126 | 22 | 42 | 470 | 114 | 45 |
| Binary | 10101000 | 10111 | 10001010 | 0 | 1010110 | 10010 | 100010 | 100111000 | 1001100 | 100101 |
Color Harmonies of #A8178A
Complementary color
Monochromatic Colors of #A8178A
Black with #A8178A
Text Example
Text Example
White with #A8178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8178A; }
p { color: rgb(168,23,138); }
H1.HeaderClassName
{
color: #A8178A;
}
.AnyTagClassName
{
color: #A8178A;
}
</style>
background-color css
<style>
a { background-color: #A8178A; }
a { background-color: rgb(168,23,138); }
div.DivClassName
{
background-color: #A8178A;
}
.BgClassName
{
background-color: #A8178A;
}
</style>
border-color css
<style>
span { border-color: #A8178A; }
span { border-color: rgb(168,23,138); }
td.TdClassName
{
border-color: #A8178A;
}
.TagClassName
{
border-color: #A8178A;
}
</style>