Shades of Medium Red Violet #AB267B
Tints of Medium Red Violet #AB267B
RGB
CMYK
RGB Variations
Color information
#AB267B (or 0xAB267B) is known color: Medium Red Violet. HEX triplet: AB, 26 and 7B. RGB value is (171,38,123). Sum of RGB (Red+Green+Blue) = 171+38+123=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB267B is #54D984. Grayscale: #575757. Windows color (decimal): -5560709 or 8070827. OLE color: 8070827.
HSL color Cylindrical-coordinate representation of color #AB267B: hue angle of 321.65º 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 #AB267B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 123 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.65º | 0.64% | 0.41% | - |
| HSV(B) | 321.65º | 0.78% | 0.67% | - |
| XYZ | 21.06 | 11.47 | 19.84 | - |
| YUV | 87.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 123 | 0 | 0.78 | 0.28 | 0.33 | 321.65 | 0.64 | 0.41 |
| Hex | AB | 26 | 7B | 0 | 4E | 1C | 21 | 142 | 40 | 29 |
| Octal | 253 | 46 | 173 | 0 | 116 | 34 | 41 | 502 | 100 | 51 |
| Binary | 10101011 | 100110 | 1111011 | 0 | 1001110 | 11100 | 100001 | 101000010 | 1000000 | 101001 |
Color Harmonies of #AB267B
Complementary color
Monochromatic Colors of #AB267B
Black with #AB267B
Text Example
Text Example
White with #AB267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB267B; }
p { color: rgb(171,38,123); }
H1.HeaderClassName
{
color: #AB267B;
}
.AnyTagClassName
{
color: #AB267B;
}
</style>
background-color css
<style>
a { background-color: #AB267B; }
a { background-color: rgb(171,38,123); }
div.DivClassName
{
background-color: #AB267B;
}
.BgClassName
{
background-color: #AB267B;
}
</style>
border-color css
<style>
span { border-color: #AB267B; }
span { border-color: rgb(171,38,123); }
td.TdClassName
{
border-color: #AB267B;
}
.TagClassName
{
border-color: #AB267B;
}
</style>