Shades of Medium Red Violet #AB268F
Tints of Medium Red Violet #AB268F
RGB
CMYK
RGB Variations
Color information
#AB268F (or 0xAB268F) is known color: Medium Red Violet. HEX triplet: AB, 26 and 8F. RGB value is (171,38,143). Sum of RGB (Red+Green+Blue) = 171+38+143=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB268F is #54D970. Grayscale: #595959. Windows color (decimal): -5560689 or 9381547. OLE color: 9381547.
HSL color Cylindrical-coordinate representation of color #AB268F: hue angle of 312.63º 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 #AB268F is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 143 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.33 |
| HSL | 312.63º | 0.64% | 0.41% | - |
| HSV(B) | 312.63º | 0.78% | 0.67% | - |
| XYZ | 22.45 | 12.03 | 27.13 | - |
| YUV | 89.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 143 | 0 | 0.78 | 0.16 | 0.33 | 312.63 | 0.64 | 0.41 |
| Hex | AB | 26 | 8F | 0 | 4E | 10 | 21 | 139 | 40 | 29 |
| Octal | 253 | 46 | 217 | 0 | 116 | 20 | 41 | 471 | 100 | 51 |
| Binary | 10101011 | 100110 | 10001111 | 0 | 1001110 | 10000 | 100001 | 100111001 | 1000000 | 101001 |
Color Harmonies of #AB268F
Complementary color
Monochromatic Colors of #AB268F
Black with #AB268F
Text Example
Text Example
White with #AB268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB268F; }
p { color: rgb(171,38,143); }
H1.HeaderClassName
{
color: #AB268F;
}
.AnyTagClassName
{
color: #AB268F;
}
</style>
background-color css
<style>
a { background-color: #AB268F; }
a { background-color: rgb(171,38,143); }
div.DivClassName
{
background-color: #AB268F;
}
.BgClassName
{
background-color: #AB268F;
}
</style>
border-color css
<style>
span { border-color: #AB268F; }
span { border-color: rgb(171,38,143); }
td.TdClassName
{
border-color: #AB268F;
}
.TagClassName
{
border-color: #AB268F;
}
</style>