Shades of Medium Red Violet #AB2F90
Tints of Medium Red Violet #AB2F90
RGB
CMYK
RGB Variations
Color information
#AB2F90 (or 0xAB2F90) is known color: Medium Red Violet. HEX triplet: AB, 2F and 90. RGB value is (171,47,144). Sum of RGB (Red+Green+Blue) = 171+47+144=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2F90 is #54D06F. Grayscale: #5E5E5E. Windows color (decimal): -5558384 or 9449387. OLE color: 9449387.
HSL color Cylindrical-coordinate representation of color #AB2F90: hue angle of 313.06º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2F90 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 47 | 144 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.33 |
| HSL | 313.06º | 0.57% | 0.43% | - |
| HSV(B) | 313.06º | 0.73% | 0.67% | - |
| XYZ | 22.85 | 12.7 | 27.63 | - |
| YUV | 95.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 47 | 144 | 0 | 0.73 | 0.16 | 0.33 | 313.06 | 0.57 | 0.43 |
| Hex | AB | 2F | 90 | 0 | 49 | 10 | 21 | 139 | 39 | 2B |
| Octal | 253 | 57 | 220 | 0 | 111 | 20 | 41 | 471 | 71 | 53 |
| Binary | 10101011 | 101111 | 10010000 | 0 | 1001001 | 10000 | 100001 | 100111001 | 111001 | 101011 |
Color Harmonies of #AB2F90
Complementary color
Monochromatic Colors of #AB2F90
Black with #AB2F90
Text Example
Text Example
White with #AB2F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2F90; }
p { color: rgb(171,47,144); }
H1.HeaderClassName
{
color: #AB2F90;
}
.AnyTagClassName
{
color: #AB2F90;
}
</style>
background-color css
<style>
a { background-color: #AB2F90; }
a { background-color: rgb(171,47,144); }
div.DivClassName
{
background-color: #AB2F90;
}
.BgClassName
{
background-color: #AB2F90;
}
</style>
border-color css
<style>
span { border-color: #AB2F90; }
span { border-color: rgb(171,47,144); }
td.TdClassName
{
border-color: #AB2F90;
}
.TagClassName
{
border-color: #AB2F90;
}
</style>