Shades of Medium Red Violet #A6258A
Tints of Medium Red Violet #A6258A
RGB
CMYK
RGB Variations
Color information
#A6258A (or 0xA6258A) is known color: Medium Red Violet. HEX triplet: A6, 25 and 8A. RGB value is (166,37,138). Sum of RGB (Red+Green+Blue) = 166+37+138=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6258A is #59DA75. Grayscale: #565656. Windows color (decimal): -5888630 or 9053606. OLE color: 9053606.
HSL color Cylindrical-coordinate representation of color #A6258A: hue angle of 313.02º 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 #A6258A is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 138 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.35 |
| HSL | 313.02º | 0.64% | 0.4% | - |
| HSV(B) | 313.02º | 0.78% | 0.65% | - |
| XYZ | 20.97 | 11.27 | 25.11 | - |
| YUV | 87.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 138 | 0 | 0.78 | 0.17 | 0.35 | 313.02 | 0.64 | 0.4 |
| Hex | A6 | 25 | 8A | 0 | 4E | 11 | 23 | 139 | 40 | 28 |
| Octal | 246 | 45 | 212 | 0 | 116 | 21 | 43 | 471 | 100 | 50 |
| Binary | 10100110 | 100101 | 10001010 | 0 | 1001110 | 10001 | 100011 | 100111001 | 1000000 | 101000 |
Color Harmonies of #A6258A
Complementary color
Monochromatic Colors of #A6258A
Black with #A6258A
Text Example
Text Example
White with #A6258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6258A; }
p { color: rgb(166,37,138); }
H1.HeaderClassName
{
color: #A6258A;
}
.AnyTagClassName
{
color: #A6258A;
}
</style>
background-color css
<style>
a { background-color: #A6258A; }
a { background-color: rgb(166,37,138); }
div.DivClassName
{
background-color: #A6258A;
}
.BgClassName
{
background-color: #A6258A;
}
</style>
border-color css
<style>
span { border-color: #A6258A; }
span { border-color: rgb(166,37,138); }
td.TdClassName
{
border-color: #A6258A;
}
.TagClassName
{
border-color: #A6258A;
}
</style>