Shades of Medium Red Violet #A8498A
Tints of Medium Red Violet #A8498A
RGB
CMYK
RGB Variations
Color information
#A8498A (or 0xA8498A) is known color: Medium Red Violet. HEX triplet: A8, 49 and 8A. RGB value is (168,73,138). Sum of RGB (Red+Green+Blue) = 168+73+138=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8498A is #57B675. Grayscale: #6C6C6C. Windows color (decimal): -5748342 or 9062824. OLE color: 9062824.
HSL color Cylindrical-coordinate representation of color #A8498A: hue angle of 318.95º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8498A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 138 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.34 |
| HSL | 318.95º | 0.39% | 0.47% | - |
| HSV(B) | 318.95º | 0.57% | 0.66% | - |
| XYZ | 23.12 | 14.92 | 25.71 | - |
| YUV | 108.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 138 | 0 | 0.57 | 0.18 | 0.34 | 318.95 | 0.39 | 0.47 |
| Hex | A8 | 49 | 8A | 0 | 39 | 12 | 22 | 13F | 27 | 2F |
| Octal | 250 | 111 | 212 | 0 | 71 | 22 | 42 | 477 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10001010 | 0 | 111001 | 10010 | 100010 | 100111111 | 100111 | 101111 |
Color Harmonies of #A8498A
Complementary color
Monochromatic Colors of #A8498A
Black with #A8498A
Text Example
Text Example
White with #A8498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8498A; }
p { color: rgb(168,73,138); }
H1.HeaderClassName
{
color: #A8498A;
}
.AnyTagClassName
{
color: #A8498A;
}
</style>
background-color css
<style>
a { background-color: #A8498A; }
a { background-color: rgb(168,73,138); }
div.DivClassName
{
background-color: #A8498A;
}
.BgClassName
{
background-color: #A8498A;
}
</style>
border-color css
<style>
span { border-color: #A8498A; }
span { border-color: rgb(168,73,138); }
td.TdClassName
{
border-color: #A8498A;
}
.TagClassName
{
border-color: #A8498A;
}
</style>