Shades of Medium Red Violet #AB268D
Tints of Medium Red Violet #AB268D
RGB
CMYK
RGB Variations
Color information
#AB268D (or 0xAB268D) is known color: Medium Red Violet. HEX triplet: AB, 26 and 8D. RGB value is (171,38,141). Sum of RGB (Red+Green+Blue) = 171+38+141=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB268D is #54D972. Grayscale: #595959. Windows color (decimal): -5560691 or 9250475. OLE color: 9250475.
HSL color Cylindrical-coordinate representation of color #AB268D: hue angle of 313.53º 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 #AB268D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 141 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.33 |
| HSL | 313.53º | 0.64% | 0.41% | - |
| HSV(B) | 313.53º | 0.78% | 0.67% | - |
| XYZ | 22.3 | 11.97 | 26.33 | - |
| YUV | 89.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 141 | 0 | 0.78 | 0.18 | 0.33 | 313.53 | 0.64 | 0.41 |
| Hex | AB | 26 | 8D | 0 | 4E | 12 | 21 | 13A | 40 | 29 |
| Octal | 253 | 46 | 215 | 0 | 116 | 22 | 41 | 472 | 100 | 51 |
| Binary | 10101011 | 100110 | 10001101 | 0 | 1001110 | 10010 | 100001 | 100111010 | 1000000 | 101001 |
Color Harmonies of #AB268D
Complementary color
Monochromatic Colors of #AB268D
Black with #AB268D
Text Example
Text Example
White with #AB268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB268D; }
p { color: rgb(171,38,141); }
H1.HeaderClassName
{
color: #AB268D;
}
.AnyTagClassName
{
color: #AB268D;
}
</style>
background-color css
<style>
a { background-color: #AB268D; }
a { background-color: rgb(171,38,141); }
div.DivClassName
{
background-color: #AB268D;
}
.BgClassName
{
background-color: #AB268D;
}
</style>
border-color css
<style>
span { border-color: #AB268D; }
span { border-color: rgb(171,38,141); }
td.TdClassName
{
border-color: #AB268D;
}
.TagClassName
{
border-color: #AB268D;
}
</style>