Shades of Medium Red Violet #A61F89
Tints of Medium Red Violet #A61F89
RGB
CMYK
RGB Variations
Color information
#A61F89 (or 0xA61F89) is known color: Medium Red Violet. HEX triplet: A6, 1F and 89. RGB value is (166,31,137). Sum of RGB (Red+Green+Blue) = 166+31+137=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61F89 is #59E076. Grayscale: #535353. Windows color (decimal): -5890167 or 8986534. OLE color: 8986534.
HSL color Cylindrical-coordinate representation of color #A61F89: hue angle of 312.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F89 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 31 | 137 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.35 |
| HSL | 312.89º | 0.69% | 0.39% | - |
| HSV(B) | 312.89º | 0.81% | 0.65% | - |
| XYZ | 20.73 | 10.89 | 24.68 | - |
| YUV | 83.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 137 | 0 | 0.81 | 0.17 | 0.35 | 312.89 | 0.69 | 0.39 |
| Hex | A6 | 1F | 89 | 0 | 51 | 11 | 23 | 139 | 45 | 27 |
| Octal | 246 | 37 | 211 | 0 | 121 | 21 | 43 | 471 | 105 | 47 |
| Binary | 10100110 | 11111 | 10001001 | 0 | 1010001 | 10001 | 100011 | 100111001 | 1000101 | 100111 |
Color Harmonies of #A61F89
Complementary color
Monochromatic Colors of #A61F89
Black with #A61F89
Text Example
Text Example
White with #A61F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61F89; }
p { color: rgb(166,31,137); }
H1.HeaderClassName
{
color: #A61F89;
}
.AnyTagClassName
{
color: #A61F89;
}
</style>
background-color css
<style>
a { background-color: #A61F89; }
a { background-color: rgb(166,31,137); }
div.DivClassName
{
background-color: #A61F89;
}
.BgClassName
{
background-color: #A61F89;
}
</style>
border-color css
<style>
span { border-color: #A61F89; }
span { border-color: rgb(166,31,137); }
td.TdClassName
{
border-color: #A61F89;
}
.TagClassName
{
border-color: #A61F89;
}
</style>