Shades of Medium Red Violet #A6249C
Tints of Medium Red Violet #A6249C
RGB
CMYK
RGB Variations
Color information
#A6249C (or 0xA6249C) is known color: Medium Red Violet. HEX triplet: A6, 24 and 9C. RGB value is (166,36,156). Sum of RGB (Red+Green+Blue) = 166+36+156=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6249C is #59DB63. Grayscale: #585858. Windows color (decimal): -5888868 or 10232998. OLE color: 10232998.
HSL color Cylindrical-coordinate representation of color #A6249C: hue angle of 304.62º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6249C is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 156 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.35 |
| HSL | 304.62º | 0.64% | 0.4% | - |
| HSV(B) | 304.62º | 0.78% | 0.65% | - |
| XYZ | 22.36 | 11.77 | 32.55 | - |
| YUV | 88.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 156 | 0 | 0.78 | 0.06 | 0.35 | 304.62 | 0.64 | 0.4 |
| Hex | A6 | 24 | 9C | 0 | 4E | 6 | 23 | 131 | 40 | 28 |
| Octal | 246 | 44 | 234 | 0 | 116 | 6 | 43 | 461 | 100 | 50 |
| Binary | 10100110 | 100100 | 10011100 | 0 | 1001110 | 110 | 100011 | 100110001 | 1000000 | 101000 |
Color Harmonies of #A6249C
Complementary color
Monochromatic Colors of #A6249C
Black with #A6249C
Text Example
Text Example
White with #A6249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6249C; }
p { color: rgb(166,36,156); }
H1.HeaderClassName
{
color: #A6249C;
}
.AnyTagClassName
{
color: #A6249C;
}
</style>
background-color css
<style>
a { background-color: #A6249C; }
a { background-color: rgb(166,36,156); }
div.DivClassName
{
background-color: #A6249C;
}
.BgClassName
{
background-color: #A6249C;
}
</style>
border-color css
<style>
span { border-color: #A6249C; }
span { border-color: rgb(166,36,156); }
td.TdClassName
{
border-color: #A6249C;
}
.TagClassName
{
border-color: #A6249C;
}
</style>