Shades of Medium Red Violet #A6287B
Tints of Medium Red Violet #A6287B
RGB
CMYK
RGB Variations
Color information
#A6287B (or 0xA6287B) is known color: Medium Red Violet. HEX triplet: A6, 28 and 7B. RGB value is (166,40,123). Sum of RGB (Red+Green+Blue) = 166+40+123=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6287B is #59D784. Grayscale: #565656. Windows color (decimal): -5887877 or 8071334. OLE color: 8071334.
HSL color Cylindrical-coordinate representation of color #A6287B: hue angle of 320.48º 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 #A6287B is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 123 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.35 |
| HSL | 320.48º | 0.61% | 0.4% | - |
| HSV(B) | 320.48º | 0.76% | 0.65% | - |
| XYZ | 20.06 | 11.05 | 19.82 | - |
| YUV | 87.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 123 | 0 | 0.76 | 0.26 | 0.35 | 320.48 | 0.61 | 0.4 |
| Hex | A6 | 28 | 7B | 0 | 4C | 1A | 23 | 140 | 3D | 28 |
| Octal | 246 | 50 | 173 | 0 | 114 | 32 | 43 | 500 | 75 | 50 |
| Binary | 10100110 | 101000 | 1111011 | 0 | 1001100 | 11010 | 100011 | 101000000 | 111101 | 101000 |
Color Harmonies of #A6287B
Complementary color
Monochromatic Colors of #A6287B
Black with #A6287B
Text Example
Text Example
White with #A6287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6287B; }
p { color: rgb(166,40,123); }
H1.HeaderClassName
{
color: #A6287B;
}
.AnyTagClassName
{
color: #A6287B;
}
</style>
background-color css
<style>
a { background-color: #A6287B; }
a { background-color: rgb(166,40,123); }
div.DivClassName
{
background-color: #A6287B;
}
.BgClassName
{
background-color: #A6287B;
}
</style>
border-color css
<style>
span { border-color: #A6287B; }
span { border-color: rgb(166,40,123); }
td.TdClassName
{
border-color: #A6287B;
}
.TagClassName
{
border-color: #A6287B;
}
</style>