Shades of Medium Red Violet #AB2779
Tints of Medium Red Violet #AB2779
RGB
CMYK
RGB Variations
Color information
#AB2779 (or 0xAB2779) is known color: Medium Red Violet. HEX triplet: AB, 27 and 79. RGB value is (171,39,121). Sum of RGB (Red+Green+Blue) = 171+39+121=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2779 is #54D886. Grayscale: #575757. Windows color (decimal): -5560455 or 7940011. OLE color: 7940011.
HSL color Cylindrical-coordinate representation of color #AB2779: hue angle of 322.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2779 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 121 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.33 |
| HSL | 322.73º | 0.63% | 0.41% | - |
| HSV(B) | 322.73º | 0.77% | 0.67% | - |
| XYZ | 20.97 | 11.49 | 19.2 | - |
| YUV | 87.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 121 | 0 | 0.77 | 0.29 | 0.33 | 322.73 | 0.63 | 0.41 |
| Hex | AB | 27 | 79 | 0 | 4D | 1D | 21 | 143 | 3F | 29 |
| Octal | 253 | 47 | 171 | 0 | 115 | 35 | 41 | 503 | 77 | 51 |
| Binary | 10101011 | 100111 | 1111001 | 0 | 1001101 | 11101 | 100001 | 101000011 | 111111 | 101001 |
Color Harmonies of #AB2779
Complementary color
Monochromatic Colors of #AB2779
Black with #AB2779
Text Example
Text Example
White with #AB2779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2779; }
p { color: rgb(171,39,121); }
H1.HeaderClassName
{
color: #AB2779;
}
.AnyTagClassName
{
color: #AB2779;
}
</style>
background-color css
<style>
a { background-color: #AB2779; }
a { background-color: rgb(171,39,121); }
div.DivClassName
{
background-color: #AB2779;
}
.BgClassName
{
background-color: #AB2779;
}
</style>
border-color css
<style>
span { border-color: #AB2779; }
span { border-color: rgb(171,39,121); }
td.TdClassName
{
border-color: #AB2779;
}
.TagClassName
{
border-color: #AB2779;
}
</style>