Shades of Medium Purple #AB7BFA
Tints of Medium Purple #AB7BFA
RGB
CMYK
RGB Variations
Color information
#AB7BFA (or 0xAB7BFA) is known color: Medium Purple. HEX triplet: AB, 7B and FA. RGB value is (171,123,250). Sum of RGB (Red+Green+Blue) = 171+123+250=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BFA is #548405. Grayscale: #979797. Windows color (decimal): -5538822 or 16415659. OLE color: 16415659.
HSL color Cylindrical-coordinate representation of color #AB7BFA: hue angle of 262.68º degrees, saturation: 0.93, 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 #AB7BFA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 123 | 250 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.02 |
| HSL | 262.68º | 0.93% | 0.73% | - |
| HSV(B) | 262.68º | 0.51% | 0.98% | - |
| XYZ | 41.13 | 29.73 | 94.01 | - |
| YUV | 151.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 250 | 0.32 | 0.51 | 0 | 0.02 | 262.68 | 0.93 | 0.73 |
| Hex | AB | 7B | FA | 20 | 33 | 0 | 2 | 107 | 5D | 49 |
| Octal | 253 | 173 | 372 | 40 | 63 | 0 | 2 | 407 | 135 | 111 |
| Binary | 10101011 | 1111011 | 11111010 | 100000 | 110011 | 0 | 10 | 100000111 | 1011101 | 1001001 |
Color Harmonies of #AB7BFA
Complementary color
Monochromatic Colors of #AB7BFA
Black with #AB7BFA
Text Example
Text Example
White with #AB7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BFA; }
p { color: rgb(171,123,250); }
H1.HeaderClassName
{
color: #AB7BFA;
}
.AnyTagClassName
{
color: #AB7BFA;
}
</style>
background-color css
<style>
a { background-color: #AB7BFA; }
a { background-color: rgb(171,123,250); }
div.DivClassName
{
background-color: #AB7BFA;
}
.BgClassName
{
background-color: #AB7BFA;
}
</style>
border-color css
<style>
span { border-color: #AB7BFA; }
span { border-color: rgb(171,123,250); }
td.TdClassName
{
border-color: #AB7BFA;
}
.TagClassName
{
border-color: #AB7BFA;
}
</style>