Shades of Medium Purple #AB76F2
Tints of Medium Purple #AB76F2
RGB
CMYK
RGB Variations
Color information
#AB76F2 (or 0xAB76F2) is known color: Medium Purple. HEX triplet: AB, 76 and F2. RGB value is (171,118,242). Sum of RGB (Red+Green+Blue) = 171+118+242=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB76F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB76F2 is #54890D. Grayscale: #939393. Windows color (decimal): -5540110 or 15890091. OLE color: 15890091.
HSL color Cylindrical-coordinate representation of color #AB76F2: hue angle of 265.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB76F2 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 118 | 242 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.05 |
| HSL | 265.65º | 0.83% | 0.71% | - |
| HSV(B) | 265.65º | 0.51% | 0.95% | - |
| XYZ | 39.3 | 28.03 | 87.34 | - |
| YUV | 147.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 242 | 0.29 | 0.51 | 0 | 0.05 | 265.65 | 0.83 | 0.71 |
| Hex | AB | 76 | F2 | 1D | 33 | 0 | 5 | 10A | 53 | 47 |
| Octal | 253 | 166 | 362 | 35 | 63 | 0 | 5 | 412 | 123 | 107 |
| Binary | 10101011 | 1110110 | 11110010 | 11101 | 110011 | 0 | 101 | 100001010 | 1010011 | 1000111 |
Color Harmonies of #AB76F2
Complementary color
Monochromatic Colors of #AB76F2
Black with #AB76F2
Text Example
Text Example
White with #AB76F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76F2; }
p { color: rgb(171,118,242); }
H1.HeaderClassName
{
color: #AB76F2;
}
.AnyTagClassName
{
color: #AB76F2;
}
</style>
background-color css
<style>
a { background-color: #AB76F2; }
a { background-color: rgb(171,118,242); }
div.DivClassName
{
background-color: #AB76F2;
}
.BgClassName
{
background-color: #AB76F2;
}
</style>
border-color css
<style>
span { border-color: #AB76F2; }
span { border-color: rgb(171,118,242); }
td.TdClassName
{
border-color: #AB76F2;
}
.TagClassName
{
border-color: #AB76F2;
}
</style>