Shades of Medium Red Violet #A6298A
Tints of Medium Red Violet #A6298A
RGB
CMYK
RGB Variations
Color information
#A6298A (or 0xA6298A) is known color: Medium Red Violet. HEX triplet: A6, 29 and 8A. RGB value is (166,41,138). Sum of RGB (Red+Green+Blue) = 166+41+138=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6298A is #59D675. Grayscale: #595959. Windows color (decimal): -5887606 or 9054630. OLE color: 9054630.
HSL color Cylindrical-coordinate representation of color #A6298A: hue angle of 313.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6298A is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 138 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.35 |
| HSL | 313.44º | 0.6% | 0.41% | - |
| HSV(B) | 313.44º | 0.75% | 0.65% | - |
| XYZ | 21.11 | 11.53 | 25.16 | - |
| YUV | 89.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 138 | 0 | 0.75 | 0.17 | 0.35 | 313.44 | 0.6 | 0.41 |
| Hex | A6 | 29 | 8A | 0 | 4B | 11 | 23 | 139 | 3C | 29 |
| Octal | 246 | 51 | 212 | 0 | 113 | 21 | 43 | 471 | 74 | 51 |
| Binary | 10100110 | 101001 | 10001010 | 0 | 1001011 | 10001 | 100011 | 100111001 | 111100 | 101001 |
Color Harmonies of #A6298A
Complementary color
Monochromatic Colors of #A6298A
Black with #A6298A
Text Example
Text Example
White with #A6298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6298A; }
p { color: rgb(166,41,138); }
H1.HeaderClassName
{
color: #A6298A;
}
.AnyTagClassName
{
color: #A6298A;
}
</style>
background-color css
<style>
a { background-color: #A6298A; }
a { background-color: rgb(166,41,138); }
div.DivClassName
{
background-color: #A6298A;
}
.BgClassName
{
background-color: #A6298A;
}
</style>
border-color css
<style>
span { border-color: #A6298A; }
span { border-color: rgb(166,41,138); }
td.TdClassName
{
border-color: #A6298A;
}
.TagClassName
{
border-color: #A6298A;
}
</style>