Shades of Medium Red Violet #AB269B
Tints of Medium Red Violet #AB269B
RGB
CMYK
RGB Variations
Color information
#AB269B (or 0xAB269B) is known color: Medium Red Violet. HEX triplet: AB, 26 and 9B. RGB value is (171,38,155). Sum of RGB (Red+Green+Blue) = 171+38+155=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB269B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB269B is #54D964. Grayscale: #5A5A5A. Windows color (decimal): -5560677 or 10167979. OLE color: 10167979.
HSL color Cylindrical-coordinate representation of color #AB269B: hue angle of 307.22º 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 #AB269B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 155 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.33 |
| HSL | 307.22º | 0.64% | 0.41% | - |
| HSV(B) | 307.22º | 0.78% | 0.67% | - |
| XYZ | 23.4 | 12.41 | 32.17 | - |
| YUV | 91.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 155 | 0 | 0.78 | 0.09 | 0.33 | 307.22 | 0.64 | 0.41 |
| Hex | AB | 26 | 9B | 0 | 4E | 9 | 21 | 133 | 40 | 29 |
| Octal | 253 | 46 | 233 | 0 | 116 | 11 | 41 | 463 | 100 | 51 |
| Binary | 10101011 | 100110 | 10011011 | 0 | 1001110 | 1001 | 100001 | 100110011 | 1000000 | 101001 |
Color Harmonies of #AB269B
Complementary color
Monochromatic Colors of #AB269B
Black with #AB269B
Text Example
Text Example
White with #AB269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB269B; }
p { color: rgb(171,38,155); }
H1.HeaderClassName
{
color: #AB269B;
}
.AnyTagClassName
{
color: #AB269B;
}
</style>
background-color css
<style>
a { background-color: #AB269B; }
a { background-color: rgb(171,38,155); }
div.DivClassName
{
background-color: #AB269B;
}
.BgClassName
{
background-color: #AB269B;
}
</style>
border-color css
<style>
span { border-color: #AB269B; }
span { border-color: rgb(171,38,155); }
td.TdClassName
{
border-color: #AB269B;
}
.TagClassName
{
border-color: #AB269B;
}
</style>