Shades of Medium Red Violet #A6458A
Tints of Medium Red Violet #A6458A
RGB
CMYK
RGB Variations
Color information
#A6458A (or 0xA6458A) is known color: Medium Red Violet. HEX triplet: A6, 45 and 8A. RGB value is (166,69,138). Sum of RGB (Red+Green+Blue) = 166+69+138=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458A is #59BA75. Grayscale: #696969. Windows color (decimal): -5880438 or 9061798. OLE color: 9061798.
HSL color Cylindrical-coordinate representation of color #A6458A: hue angle of 317.32º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6458A is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 138 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.35 |
| HSL | 317.32º | 0.41% | 0.46% | - |
| HSV(B) | 317.32º | 0.58% | 0.65% | - |
| XYZ | 22.44 | 14.2 | 25.6 | - |
| YUV | 105.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 138 | 0 | 0.58 | 0.17 | 0.35 | 317.32 | 0.41 | 0.46 |
| Hex | A6 | 45 | 8A | 0 | 3A | 11 | 23 | 13D | 29 | 2E |
| Octal | 246 | 105 | 212 | 0 | 72 | 21 | 43 | 475 | 51 | 56 |
| Binary | 10100110 | 1000101 | 10001010 | 0 | 111010 | 10001 | 100011 | 100111101 | 101001 | 101110 |
Color Harmonies of #A6458A
Complementary color
Monochromatic Colors of #A6458A
Black with #A6458A
Text Example
Text Example
White with #A6458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6458A; }
p { color: rgb(166,69,138); }
H1.HeaderClassName
{
color: #A6458A;
}
.AnyTagClassName
{
color: #A6458A;
}
</style>
background-color css
<style>
a { background-color: #A6458A; }
a { background-color: rgb(166,69,138); }
div.DivClassName
{
background-color: #A6458A;
}
.BgClassName
{
background-color: #A6458A;
}
</style>
border-color css
<style>
span { border-color: #A6458A; }
span { border-color: rgb(166,69,138); }
td.TdClassName
{
border-color: #A6458A;
}
.TagClassName
{
border-color: #A6458A;
}
</style>