Shades of Medium Purple #AB76E5
Tints of Medium Purple #AB76E5
RGB
CMYK
RGB Variations
Color information
#AB76E5 (or 0xAB76E5) is known color: Medium Purple. HEX triplet: AB, 76 and E5. RGB value is (171,118,229). Sum of RGB (Red+Green+Blue) = 171+118+229=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB76E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76E5 is #54891A. Grayscale: #929292. Windows color (decimal): -5540123 or 15038123. OLE color: 15038123.
HSL color Cylindrical-coordinate representation of color #AB76E5: hue angle of 268.65º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB76E5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 118 | 229 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.10 |
| HSL | 268.65º | 0.68% | 0.68% | - |
| HSV(B) | 268.65º | 0.48% | 0.9% | - |
| XYZ | 37.42 | 27.27 | 77.42 | - |
| YUV | 146.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 229 | 0.25 | 0.48 | 0 | 0.10 | 268.65 | 0.68 | 0.68 |
| Hex | AB | 76 | E5 | 19 | 30 | 0 | A | 10D | 44 | 44 |
| Octal | 253 | 166 | 345 | 31 | 60 | 0 | 12 | 415 | 104 | 104 |
| Binary | 10101011 | 1110110 | 11100101 | 11001 | 110000 | 0 | 1010 | 100001101 | 1000100 | 1000100 |
Color Harmonies of #AB76E5
Complementary color
Monochromatic Colors of #AB76E5
Black with #AB76E5
Text Example
Text Example
White with #AB76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76E5; }
p { color: rgb(171,118,229); }
H1.HeaderClassName
{
color: #AB76E5;
}
.AnyTagClassName
{
color: #AB76E5;
}
</style>
background-color css
<style>
a { background-color: #AB76E5; }
a { background-color: rgb(171,118,229); }
div.DivClassName
{
background-color: #AB76E5;
}
.BgClassName
{
background-color: #AB76E5;
}
</style>
border-color css
<style>
span { border-color: #AB76E5; }
span { border-color: rgb(171,118,229); }
td.TdClassName
{
border-color: #AB76E5;
}
.TagClassName
{
border-color: #AB76E5;
}
</style>