Shades of Medium Red Violet #A6267D
Tints of Medium Red Violet #A6267D
RGB
CMYK
RGB Variations
Color information
#A6267D (or 0xA6267D) is known color: Medium Red Violet. HEX triplet: A6, 26 and 7D. RGB value is (166,38,125). Sum of RGB (Red+Green+Blue) = 166+38+125=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6267D is #59D982. Grayscale: #555555. Windows color (decimal): -5888387 or 8201894. OLE color: 8201894.
HSL color Cylindrical-coordinate representation of color #A6267D: hue angle of 319.22º 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 #A6267D is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 125 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.35 |
| HSL | 319.22º | 0.63% | 0.4% | - |
| HSV(B) | 319.22º | 0.77% | 0.65% | - |
| XYZ | 20.12 | 10.97 | 20.46 | - |
| YUV | 86.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 125 | 0 | 0.77 | 0.25 | 0.35 | 319.22 | 0.63 | 0.4 |
| Hex | A6 | 26 | 7D | 0 | 4D | 19 | 23 | 13F | 3F | 28 |
| Octal | 246 | 46 | 175 | 0 | 115 | 31 | 43 | 477 | 77 | 50 |
| Binary | 10100110 | 100110 | 1111101 | 0 | 1001101 | 11001 | 100011 | 100111111 | 111111 | 101000 |
Color Harmonies of #A6267D
Complementary color
Monochromatic Colors of #A6267D
Black with #A6267D
Text Example
Text Example
White with #A6267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6267D; }
p { color: rgb(166,38,125); }
H1.HeaderClassName
{
color: #A6267D;
}
.AnyTagClassName
{
color: #A6267D;
}
</style>
background-color css
<style>
a { background-color: #A6267D; }
a { background-color: rgb(166,38,125); }
div.DivClassName
{
background-color: #A6267D;
}
.BgClassName
{
background-color: #A6267D;
}
</style>
border-color css
<style>
span { border-color: #A6267D; }
span { border-color: rgb(166,38,125); }
td.TdClassName
{
border-color: #A6267D;
}
.TagClassName
{
border-color: #A6267D;
}
</style>