Shades of Medium Red Violet #A6297D
Tints of Medium Red Violet #A6297D
RGB
CMYK
RGB Variations
Color information
#A6297D (or 0xA6297D) is known color: Medium Red Violet. HEX triplet: A6, 29 and 7D. RGB value is (166,41,125). Sum of RGB (Red+Green+Blue) = 166+41+125=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6297D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6297D is #59D682. Grayscale: #575757. Windows color (decimal): -5887619 or 8202662. OLE color: 8202662.
HSL color Cylindrical-coordinate representation of color #A6297D: hue angle of 319.68º 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 #A6297D is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 125 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.35 |
| HSL | 319.68º | 0.6% | 0.41% | - |
| HSV(B) | 319.68º | 0.75% | 0.65% | - |
| XYZ | 20.22 | 11.17 | 20.49 | - |
| YUV | 87.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 125 | 0 | 0.75 | 0.25 | 0.35 | 319.68 | 0.6 | 0.41 |
| Hex | A6 | 29 | 7D | 0 | 4B | 19 | 23 | 140 | 3C | 29 |
| Octal | 246 | 51 | 175 | 0 | 113 | 31 | 43 | 500 | 74 | 51 |
| Binary | 10100110 | 101001 | 1111101 | 0 | 1001011 | 11001 | 100011 | 101000000 | 111100 | 101001 |
Color Harmonies of #A6297D
Complementary color
Monochromatic Colors of #A6297D
Black with #A6297D
Text Example
Text Example
White with #A6297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6297D; }
p { color: rgb(166,41,125); }
H1.HeaderClassName
{
color: #A6297D;
}
.AnyTagClassName
{
color: #A6297D;
}
</style>
background-color css
<style>
a { background-color: #A6297D; }
a { background-color: rgb(166,41,125); }
div.DivClassName
{
background-color: #A6297D;
}
.BgClassName
{
background-color: #A6297D;
}
</style>
border-color css
<style>
span { border-color: #A6297D; }
span { border-color: rgb(166,41,125); }
td.TdClassName
{
border-color: #A6297D;
}
.TagClassName
{
border-color: #A6297D;
}
</style>