Shades of Medium Red Violet #A6447F
Tints of Medium Red Violet #A6447F
RGB
CMYK
RGB Variations
Color information
#A6447F (or 0xA6447F) is known color: Medium Red Violet. HEX triplet: A6, 44 and 7F. RGB value is (166,68,127). Sum of RGB (Red+Green+Blue) = 166+68+127=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6447F is #59BB80. Grayscale: #676767. Windows color (decimal): -5880705 or 8340646. OLE color: 8340646.
HSL color Cylindrical-coordinate representation of color #A6447F: hue angle of 323.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6447F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 127 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.35 |
| HSL | 323.88º | 0.42% | 0.46% | - |
| HSV(B) | 323.88º | 0.59% | 0.65% | - |
| XYZ | 21.62 | 13.77 | 21.6 | - |
| YUV | 104.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 127 | 0 | 0.59 | 0.23 | 0.35 | 323.88 | 0.42 | 0.46 |
| Hex | A6 | 44 | 7F | 0 | 3B | 17 | 23 | 144 | 2A | 2E |
| Octal | 246 | 104 | 177 | 0 | 73 | 27 | 43 | 504 | 52 | 56 |
| Binary | 10100110 | 1000100 | 1111111 | 0 | 111011 | 10111 | 100011 | 101000100 | 101010 | 101110 |
Color Harmonies of #A6447F
Complementary color
Monochromatic Colors of #A6447F
Black with #A6447F
Text Example
Text Example
White with #A6447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6447F; }
p { color: rgb(166,68,127); }
H1.HeaderClassName
{
color: #A6447F;
}
.AnyTagClassName
{
color: #A6447F;
}
</style>
background-color css
<style>
a { background-color: #A6447F; }
a { background-color: rgb(166,68,127); }
div.DivClassName
{
background-color: #A6447F;
}
.BgClassName
{
background-color: #A6447F;
}
</style>
border-color css
<style>
span { border-color: #A6447F; }
span { border-color: rgb(166,68,127); }
td.TdClassName
{
border-color: #A6447F;
}
.TagClassName
{
border-color: #A6447F;
}
</style>