Shades of Medium Red Violet #AB267D
Tints of Medium Red Violet #AB267D
RGB
CMYK
RGB Variations
Color information
#AB267D (or 0xAB267D) is known color: Medium Red Violet. HEX triplet: AB, 26 and 7D. RGB value is (171,38,125). Sum of RGB (Red+Green+Blue) = 171+38+125=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB267D is #54D982. Grayscale: #575757. Windows color (decimal): -5560707 or 8201899. OLE color: 8201899.
HSL color Cylindrical-coordinate representation of color #AB267D: hue angle of 320.75º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB267D is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 125 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.33 |
| HSL | 320.75º | 0.64% | 0.41% | - |
| HSV(B) | 320.75º | 0.78% | 0.67% | - |
| XYZ | 21.19 | 11.52 | 20.51 | - |
| YUV | 87.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 125 | 0 | 0.78 | 0.27 | 0.33 | 320.75 | 0.64 | 0.41 |
| Hex | AB | 26 | 7D | 0 | 4E | 1B | 21 | 141 | 40 | 29 |
| Octal | 253 | 46 | 175 | 0 | 116 | 33 | 41 | 501 | 100 | 51 |
| Binary | 10101011 | 100110 | 1111101 | 0 | 1001110 | 11011 | 100001 | 101000001 | 1000000 | 101001 |
Color Harmonies of #AB267D
Complementary color
Monochromatic Colors of #AB267D
Black with #AB267D
Text Example
Text Example
White with #AB267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB267D; }
p { color: rgb(171,38,125); }
H1.HeaderClassName
{
color: #AB267D;
}
.AnyTagClassName
{
color: #AB267D;
}
</style>
background-color css
<style>
a { background-color: #AB267D; }
a { background-color: rgb(171,38,125); }
div.DivClassName
{
background-color: #AB267D;
}
.BgClassName
{
background-color: #AB267D;
}
</style>
border-color css
<style>
span { border-color: #AB267D; }
span { border-color: rgb(171,38,125); }
td.TdClassName
{
border-color: #AB267D;
}
.TagClassName
{
border-color: #AB267D;
}
</style>