Shades of Medium Purple #AB76E6
Tints of Medium Purple #AB76E6
RGB
CMYK
RGB Variations
Color information
#AB76E6 (or 0xAB76E6) is known color: Medium Purple. HEX triplet: AB, 76 and E6. RGB value is (171,118,230). Sum of RGB (Red+Green+Blue) = 171+118+230=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB76E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76E6 is #548919. Grayscale: #929292. Windows color (decimal): -5540122 or 15103659. OLE color: 15103659.
HSL color Cylindrical-coordinate representation of color #AB76E6: hue angle of 268.39º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB76E6 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 118 | 230 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.10 |
| HSL | 268.39º | 0.69% | 0.68% | - |
| HSV(B) | 268.39º | 0.49% | 0.9% | - |
| XYZ | 37.56 | 27.33 | 78.16 | - |
| YUV | 146.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 230 | 0.26 | 0.49 | 0 | 0.10 | 268.39 | 0.69 | 0.68 |
| Hex | AB | 76 | E6 | 1A | 31 | 0 | A | 10C | 45 | 44 |
| Octal | 253 | 166 | 346 | 32 | 61 | 0 | 12 | 414 | 105 | 104 |
| Binary | 10101011 | 1110110 | 11100110 | 11010 | 110001 | 0 | 1010 | 100001100 | 1000101 | 1000100 |
Color Harmonies of #AB76E6
Complementary color
Monochromatic Colors of #AB76E6
Black with #AB76E6
Text Example
Text Example
White with #AB76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76E6; }
p { color: rgb(171,118,230); }
H1.HeaderClassName
{
color: #AB76E6;
}
.AnyTagClassName
{
color: #AB76E6;
}
</style>
background-color css
<style>
a { background-color: #AB76E6; }
a { background-color: rgb(171,118,230); }
div.DivClassName
{
background-color: #AB76E6;
}
.BgClassName
{
background-color: #AB76E6;
}
</style>
border-color css
<style>
span { border-color: #AB76E6; }
span { border-color: rgb(171,118,230); }
td.TdClassName
{
border-color: #AB76E6;
}
.TagClassName
{
border-color: #AB76E6;
}
</style>