Shades of Medium Red Violet #A6267A
Tints of Medium Red Violet #A6267A
RGB
CMYK
RGB Variations
Color information
#A6267A (or 0xA6267A) is known color: Medium Red Violet. HEX triplet: A6, 26 and 7A. RGB value is (166,38,122). Sum of RGB (Red+Green+Blue) = 166+38+122=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6267A is #59D985. Grayscale: #555555. Windows color (decimal): -5888390 or 8005286. OLE color: 8005286.
HSL color Cylindrical-coordinate representation of color #A6267A: hue angle of 320.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6267A is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 122 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.35 |
| HSL | 320.63º | 0.63% | 0.4% | - |
| HSV(B) | 320.63º | 0.77% | 0.65% | - |
| XYZ | 19.93 | 10.9 | 19.47 | - |
| YUV | 85.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 122 | 0 | 0.77 | 0.27 | 0.35 | 320.63 | 0.63 | 0.4 |
| Hex | A6 | 26 | 7A | 0 | 4D | 1B | 23 | 141 | 3F | 28 |
| Octal | 246 | 46 | 172 | 0 | 115 | 33 | 43 | 501 | 77 | 50 |
| Binary | 10100110 | 100110 | 1111010 | 0 | 1001101 | 11011 | 100011 | 101000001 | 111111 | 101000 |
Color Harmonies of #A6267A
Complementary color
Monochromatic Colors of #A6267A
Black with #A6267A
Text Example
Text Example
White with #A6267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6267A; }
p { color: rgb(166,38,122); }
H1.HeaderClassName
{
color: #A6267A;
}
.AnyTagClassName
{
color: #A6267A;
}
</style>
background-color css
<style>
a { background-color: #A6267A; }
a { background-color: rgb(166,38,122); }
div.DivClassName
{
background-color: #A6267A;
}
.BgClassName
{
background-color: #A6267A;
}
</style>
border-color css
<style>
span { border-color: #A6267A; }
span { border-color: rgb(166,38,122); }
td.TdClassName
{
border-color: #A6267A;
}
.TagClassName
{
border-color: #A6267A;
}
</style>