Shades of Medium Red Violet #AB279D
Tints of Medium Red Violet #AB279D
RGB
CMYK
RGB Variations
Color information
#AB279D (or 0xAB279D) is known color: Medium Red Violet. HEX triplet: AB, 27 and 9D. RGB value is (171,39,157). Sum of RGB (Red+Green+Blue) = 171+39+157=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB279D is #54D862. Grayscale: #5B5B5B. Windows color (decimal): -5560419 or 10299307. OLE color: 10299307.
HSL color Cylindrical-coordinate representation of color #AB279D: hue angle of 306.36º 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 #AB279D is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 157 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.33 |
| HSL | 306.36º | 0.63% | 0.41% | - |
| HSV(B) | 306.36º | 0.77% | 0.67% | - |
| XYZ | 23.61 | 12.54 | 33.08 | - |
| YUV | 91.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 157 | 0 | 0.77 | 0.08 | 0.33 | 306.36 | 0.63 | 0.41 |
| Hex | AB | 27 | 9D | 0 | 4D | 8 | 21 | 132 | 3F | 29 |
| Octal | 253 | 47 | 235 | 0 | 115 | 10 | 41 | 462 | 77 | 51 |
| Binary | 10101011 | 100111 | 10011101 | 0 | 1001101 | 1000 | 100001 | 100110010 | 111111 | 101001 |
Color Harmonies of #AB279D
Complementary color
Monochromatic Colors of #AB279D
Black with #AB279D
Text Example
Text Example
White with #AB279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB279D; }
p { color: rgb(171,39,157); }
H1.HeaderClassName
{
color: #AB279D;
}
.AnyTagClassName
{
color: #AB279D;
}
</style>
background-color css
<style>
a { background-color: #AB279D; }
a { background-color: rgb(171,39,157); }
div.DivClassName
{
background-color: #AB279D;
}
.BgClassName
{
background-color: #AB279D;
}
</style>
border-color css
<style>
span { border-color: #AB279D; }
span { border-color: rgb(171,39,157); }
td.TdClassName
{
border-color: #AB279D;
}
.TagClassName
{
border-color: #AB279D;
}
</style>