Shades of Medium Red Violet #AB268B
Tints of Medium Red Violet #AB268B
RGB
CMYK
RGB Variations
Color information
#AB268B (or 0xAB268B) is known color: Medium Red Violet. HEX triplet: AB, 26 and 8B. RGB value is (171,38,139). Sum of RGB (Red+Green+Blue) = 171+38+139=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB268B is #54D974. Grayscale: #595959. Windows color (decimal): -5560693 or 9119403. OLE color: 9119403.
HSL color Cylindrical-coordinate representation of color #AB268B: hue angle of 314.44º 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 #AB268B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 139 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 314.44º | 0.64% | 0.41% | - |
| HSV(B) | 314.44º | 0.78% | 0.67% | - |
| XYZ | 22.15 | 11.91 | 25.56 | - |
| YUV | 89.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 139 | 0 | 0.78 | 0.19 | 0.33 | 314.44 | 0.64 | 0.41 |
| Hex | AB | 26 | 8B | 0 | 4E | 13 | 21 | 13A | 40 | 29 |
| Octal | 253 | 46 | 213 | 0 | 116 | 23 | 41 | 472 | 100 | 51 |
| Binary | 10101011 | 100110 | 10001011 | 0 | 1001110 | 10011 | 100001 | 100111010 | 1000000 | 101001 |
Color Harmonies of #AB268B
Complementary color
Monochromatic Colors of #AB268B
Black with #AB268B
Text Example
Text Example
White with #AB268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB268B; }
p { color: rgb(171,38,139); }
H1.HeaderClassName
{
color: #AB268B;
}
.AnyTagClassName
{
color: #AB268B;
}
</style>
background-color css
<style>
a { background-color: #AB268B; }
a { background-color: rgb(171,38,139); }
div.DivClassName
{
background-color: #AB268B;
}
.BgClassName
{
background-color: #AB268B;
}
</style>
border-color css
<style>
span { border-color: #AB268B; }
span { border-color: rgb(171,38,139); }
td.TdClassName
{
border-color: #AB268B;
}
.TagClassName
{
border-color: #AB268B;
}
</style>