Shades of Medium Purple #AB76FD
Tints of Medium Purple #AB76FD
RGB
CMYK
RGB Variations
Color information
#AB76FD (or 0xAB76FD) is known color: Medium Purple. HEX triplet: AB, 76 and FD. RGB value is (171,118,253). Sum of RGB (Red+Green+Blue) = 171+118+253=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB76FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76FD is #548902. Grayscale: #949494. Windows color (decimal): -5540099 or 16610987. OLE color: 16610987.
HSL color Cylindrical-coordinate representation of color #AB76FD: hue angle of 263.56º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB76FD is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 118 | 253 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.01 |
| HSL | 263.56º | 0.97% | 0.73% | - |
| HSV(B) | 263.56º | 0.53% | 0.99% | - |
| XYZ | 41 | 28.71 | 96.31 | - |
| YUV | 149.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 253 | 0.32 | 0.53 | 0 | 0.01 | 263.56 | 0.97 | 0.73 |
| Hex | AB | 76 | FD | 20 | 35 | 0 | 1 | 108 | 61 | 49 |
| Octal | 253 | 166 | 375 | 40 | 65 | 0 | 1 | 410 | 141 | 111 |
| Binary | 10101011 | 1110110 | 11111101 | 100000 | 110101 | 0 | 1 | 100001000 | 1100001 | 1001001 |
Color Harmonies of #AB76FD
Complementary color
Monochromatic Colors of #AB76FD
Black with #AB76FD
Text Example
Text Example
White with #AB76FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76FD; }
p { color: rgb(171,118,253); }
H1.HeaderClassName
{
color: #AB76FD;
}
.AnyTagClassName
{
color: #AB76FD;
}
</style>
background-color css
<style>
a { background-color: #AB76FD; }
a { background-color: rgb(171,118,253); }
div.DivClassName
{
background-color: #AB76FD;
}
.BgClassName
{
background-color: #AB76FD;
}
</style>
border-color css
<style>
span { border-color: #AB76FD; }
span { border-color: rgb(171,118,253); }
td.TdClassName
{
border-color: #AB76FD;
}
.TagClassName
{
border-color: #AB76FD;
}
</style>