Shades of Medium Red Violet #A61F90
Tints of Medium Red Violet #A61F90
RGB
CMYK
RGB Variations
Color information
#A61F90 (or 0xA61F90) is known color: Medium Red Violet. HEX triplet: A6, 1F and 90. RGB value is (166,31,144). Sum of RGB (Red+Green+Blue) = 166+31+144=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61F90 is #59E06F. Grayscale: #535353. Windows color (decimal): -5890160 or 9445286. OLE color: 9445286.
HSL color Cylindrical-coordinate representation of color #A61F90: hue angle of 309.78º 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 #A61F90 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 31 | 144 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.35 |
| HSL | 309.78º | 0.69% | 0.39% | - |
| HSV(B) | 309.78º | 0.81% | 0.65% | - |
| XYZ | 21.25 | 11.1 | 27.41 | - |
| YUV | 84.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 144 | 0 | 0.81 | 0.13 | 0.35 | 309.78 | 0.69 | 0.39 |
| Hex | A6 | 1F | 90 | 0 | 51 | D | 23 | 136 | 45 | 27 |
| Octal | 246 | 37 | 220 | 0 | 121 | 15 | 43 | 466 | 105 | 47 |
| Binary | 10100110 | 11111 | 10010000 | 0 | 1010001 | 1101 | 100011 | 100110110 | 1000101 | 100111 |
Color Harmonies of #A61F90
Complementary color
Monochromatic Colors of #A61F90
Black with #A61F90
Text Example
Text Example
White with #A61F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61F90; }
p { color: rgb(166,31,144); }
H1.HeaderClassName
{
color: #A61F90;
}
.AnyTagClassName
{
color: #A61F90;
}
</style>
background-color css
<style>
a { background-color: #A61F90; }
a { background-color: rgb(166,31,144); }
div.DivClassName
{
background-color: #A61F90;
}
.BgClassName
{
background-color: #A61F90;
}
</style>
border-color css
<style>
span { border-color: #A61F90; }
span { border-color: rgb(166,31,144); }
td.TdClassName
{
border-color: #A61F90;
}
.TagClassName
{
border-color: #A61F90;
}
</style>