Shades of Medium Purple #AB7FEE
Tints of Medium Purple #AB7FEE
RGB
CMYK
RGB Variations
Color information
#AB7FEE (or 0xAB7FEE) is known color: Medium Purple. HEX triplet: AB, 7F and EE. RGB value is (171,127,238). Sum of RGB (Red+Green+Blue) = 171+127+238=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7FEE is #548011. Grayscale: #989898. Windows color (decimal): -5537810 or 15630251. OLE color: 15630251.
HSL color Cylindrical-coordinate representation of color #AB7FEE: hue angle of 263.78º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7FEE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 127 | 238 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.07 |
| HSL | 263.78º | 0.77% | 0.72% | - |
| HSV(B) | 263.78º | 0.47% | 0.93% | - |
| XYZ | 39.82 | 30.01 | 84.58 | - |
| YUV | 152.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 238 | 0.28 | 0.47 | 0 | 0.07 | 263.78 | 0.77 | 0.72 |
| Hex | AB | 7F | EE | 1C | 2F | 0 | 7 | 108 | 4D | 48 |
| Octal | 253 | 177 | 356 | 34 | 57 | 0 | 7 | 410 | 115 | 110 |
| Binary | 10101011 | 1111111 | 11101110 | 11100 | 101111 | 0 | 111 | 100001000 | 1001101 | 1001000 |
Color Harmonies of #AB7FEE
Complementary color
Monochromatic Colors of #AB7FEE
Black with #AB7FEE
Text Example
Text Example
White with #AB7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7FEE; }
p { color: rgb(171,127,238); }
H1.HeaderClassName
{
color: #AB7FEE;
}
.AnyTagClassName
{
color: #AB7FEE;
}
</style>
background-color css
<style>
a { background-color: #AB7FEE; }
a { background-color: rgb(171,127,238); }
div.DivClassName
{
background-color: #AB7FEE;
}
.BgClassName
{
background-color: #AB7FEE;
}
</style>
border-color css
<style>
span { border-color: #AB7FEE; }
span { border-color: rgb(171,127,238); }
td.TdClassName
{
border-color: #AB7FEE;
}
.TagClassName
{
border-color: #AB7FEE;
}
</style>