Shades of Medium Red Violet #AB2699
Tints of Medium Red Violet #AB2699
RGB
CMYK
RGB Variations
Color information
#AB2699 (or 0xAB2699) is known color: Medium Red Violet. HEX triplet: AB, 26 and 99. RGB value is (171,38,153). Sum of RGB (Red+Green+Blue) = 171+38+153=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2699 is #54D966. Grayscale: #5A5A5A. Windows color (decimal): -5560679 or 10036907. OLE color: 10036907.
HSL color Cylindrical-coordinate representation of color #AB2699: hue angle of 308.12º 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 #AB2699 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 153 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.33 |
| HSL | 308.12º | 0.64% | 0.41% | - |
| HSV(B) | 308.12º | 0.78% | 0.67% | - |
| XYZ | 23.24 | 12.34 | 31.29 | - |
| YUV | 90.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 153 | 0 | 0.78 | 0.11 | 0.33 | 308.12 | 0.64 | 0.41 |
| Hex | AB | 26 | 99 | 0 | 4E | B | 21 | 134 | 40 | 29 |
| Octal | 253 | 46 | 231 | 0 | 116 | 13 | 41 | 464 | 100 | 51 |
| Binary | 10101011 | 100110 | 10011001 | 0 | 1001110 | 1011 | 100001 | 100110100 | 1000000 | 101001 |
Color Harmonies of #AB2699
Complementary color
Monochromatic Colors of #AB2699
Black with #AB2699
Text Example
Text Example
White with #AB2699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2699; }
p { color: rgb(171,38,153); }
H1.HeaderClassName
{
color: #AB2699;
}
.AnyTagClassName
{
color: #AB2699;
}
</style>
background-color css
<style>
a { background-color: #AB2699; }
a { background-color: rgb(171,38,153); }
div.DivClassName
{
background-color: #AB2699;
}
.BgClassName
{
background-color: #AB2699;
}
</style>
border-color css
<style>
span { border-color: #AB2699; }
span { border-color: rgb(171,38,153); }
td.TdClassName
{
border-color: #AB2699;
}
.TagClassName
{
border-color: #AB2699;
}
</style>