Shades of Medium Red Violet #A6257B
Tints of Medium Red Violet #A6257B
RGB
CMYK
RGB Variations
Color information
#A6257B (or 0xA6257B) is known color: Medium Red Violet. HEX triplet: A6, 25 and 7B. RGB value is (166,37,123). Sum of RGB (Red+Green+Blue) = 166+37+123=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6257B is #59DA84. Grayscale: #555555. Windows color (decimal): -5888645 or 8070566. OLE color: 8070566.
HSL color Cylindrical-coordinate representation of color #A6257B: hue angle of 320º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6257B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 123 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.35 |
| HSL | 320º | 0.64% | 0.4% | - |
| HSV(B) | 320º | 0.78% | 0.65% | - |
| XYZ | 19.96 | 10.86 | 19.78 | - |
| YUV | 85.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 123 | 0 | 0.78 | 0.26 | 0.35 | 320 | 0.64 | 0.4 |
| Hex | A6 | 25 | 7B | 0 | 4E | 1A | 23 | 140 | 40 | 28 |
| Octal | 246 | 45 | 173 | 0 | 116 | 32 | 43 | 500 | 100 | 50 |
| Binary | 10100110 | 100101 | 1111011 | 0 | 1001110 | 11010 | 100011 | 101000000 | 1000000 | 101000 |
Color Harmonies of #A6257B
Complementary color
Monochromatic Colors of #A6257B
Black with #A6257B
Text Example
Text Example
White with #A6257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6257B; }
p { color: rgb(166,37,123); }
H1.HeaderClassName
{
color: #A6257B;
}
.AnyTagClassName
{
color: #A6257B;
}
</style>
background-color css
<style>
a { background-color: #A6257B; }
a { background-color: rgb(166,37,123); }
div.DivClassName
{
background-color: #A6257B;
}
.BgClassName
{
background-color: #A6257B;
}
</style>
border-color css
<style>
span { border-color: #A6257B; }
span { border-color: rgb(166,37,123); }
td.TdClassName
{
border-color: #A6257B;
}
.TagClassName
{
border-color: #A6257B;
}
</style>