Shades of Medium Purple #AB7AFB
Tints of Medium Purple #AB7AFB
RGB
CMYK
RGB Variations
Color information
#AB7AFB (or 0xAB7AFB) is known color: Medium Purple. HEX triplet: AB, 7A and FB. RGB value is (171,122,251). Sum of RGB (Red+Green+Blue) = 171+122+251=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB7AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7AFB is #548504. Grayscale: #969696. Windows color (decimal): -5539077 or 16480939. OLE color: 16480939.
HSL color Cylindrical-coordinate representation of color #AB7AFB: hue angle of 262.79º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7AFB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 122 | 251 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.02 |
| HSL | 262.79º | 0.94% | 0.73% | - |
| HSV(B) | 262.79º | 0.51% | 0.98% | - |
| XYZ | 41.17 | 29.54 | 94.8 | - |
| YUV | 151.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 251 | 0.32 | 0.51 | 0 | 0.02 | 262.79 | 0.94 | 0.73 |
| Hex | AB | 7A | FB | 20 | 33 | 0 | 2 | 107 | 5E | 49 |
| Octal | 253 | 172 | 373 | 40 | 63 | 0 | 2 | 407 | 136 | 111 |
| Binary | 10101011 | 1111010 | 11111011 | 100000 | 110011 | 0 | 10 | 100000111 | 1011110 | 1001001 |
Color Harmonies of #AB7AFB
Complementary color
Monochromatic Colors of #AB7AFB
Black with #AB7AFB
Text Example
Text Example
White with #AB7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AFB; }
p { color: rgb(171,122,251); }
H1.HeaderClassName
{
color: #AB7AFB;
}
.AnyTagClassName
{
color: #AB7AFB;
}
</style>
background-color css
<style>
a { background-color: #AB7AFB; }
a { background-color: rgb(171,122,251); }
div.DivClassName
{
background-color: #AB7AFB;
}
.BgClassName
{
background-color: #AB7AFB;
}
</style>
border-color css
<style>
span { border-color: #AB7AFB; }
span { border-color: rgb(171,122,251); }
td.TdClassName
{
border-color: #AB7AFB;
}
.TagClassName
{
border-color: #AB7AFB;
}
</style>