Shades of Medium Red Violet #A6287A
Tints of Medium Red Violet #A6287A
RGB
CMYK
RGB Variations
Color information
#A6287A (or 0xA6287A) is known color: Medium Red Violet. HEX triplet: A6, 28 and 7A. RGB value is (166,40,122). Sum of RGB (Red+Green+Blue) = 166+40+122=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6287A is #59D785. Grayscale: #565656. Windows color (decimal): -5887878 or 8005798. OLE color: 8005798.
HSL color Cylindrical-coordinate representation of color #A6287A: hue angle of 320.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6287A is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 122 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.35 |
| HSL | 320.95º | 0.61% | 0.4% | - |
| HSV(B) | 320.95º | 0.76% | 0.65% | - |
| XYZ | 20 | 11.03 | 19.49 | - |
| YUV | 87.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 122 | 0 | 0.76 | 0.27 | 0.35 | 320.95 | 0.61 | 0.4 |
| Hex | A6 | 28 | 7A | 0 | 4C | 1B | 23 | 141 | 3D | 28 |
| Octal | 246 | 50 | 172 | 0 | 114 | 33 | 43 | 501 | 75 | 50 |
| Binary | 10100110 | 101000 | 1111010 | 0 | 1001100 | 11011 | 100011 | 101000001 | 111101 | 101000 |
Color Harmonies of #A6287A
Complementary color
Monochromatic Colors of #A6287A
Black with #A6287A
Text Example
Text Example
White with #A6287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6287A; }
p { color: rgb(166,40,122); }
H1.HeaderClassName
{
color: #A6287A;
}
.AnyTagClassName
{
color: #A6287A;
}
</style>
background-color css
<style>
a { background-color: #A6287A; }
a { background-color: rgb(166,40,122); }
div.DivClassName
{
background-color: #A6287A;
}
.BgClassName
{
background-color: #A6287A;
}
</style>
border-color css
<style>
span { border-color: #A6287A; }
span { border-color: rgb(166,40,122); }
td.TdClassName
{
border-color: #A6287A;
}
.TagClassName
{
border-color: #A6287A;
}
</style>