Shades of Medium Purple #AB7DFE
Tints of Medium Purple #AB7DFE
RGB
CMYK
RGB Variations
Color information
#AB7DFE (or 0xAB7DFE) is known color: Medium Purple. HEX triplet: AB, 7D and FE. RGB value is (171,125,254). Sum of RGB (Red+Green+Blue) = 171+125+254=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFE is #548201. Grayscale: #989898. Windows color (decimal): -5538306 or 16678315. OLE color: 16678315.
HSL color Cylindrical-coordinate representation of color #AB7DFE: hue angle of 261.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7DFE is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 125 | 254 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.00 |
| HSL | 261.4º | 0.98% | 0.74% | - |
| HSV(B) | 261.4º | 0.51% | 1% | - |
| XYZ | 42.02 | 30.48 | 97.43 | - |
| YUV | 153.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 254 | 0.33 | 0.51 | 0 | 0.00 | 261.4 | 0.98 | 0.74 |
| Hex | AB | 7D | FE | 21 | 33 | 0 | 0 | 105 | 62 | 4A |
| Octal | 253 | 175 | 376 | 41 | 63 | 0 | 0 | 405 | 142 | 112 |
| Binary | 10101011 | 1111101 | 11111110 | 100001 | 110011 | 0 | 0 | 100000101 | 1100010 | 1001010 |
Color Harmonies of #AB7DFE
Complementary color
Monochromatic Colors of #AB7DFE
Black with #AB7DFE
Text Example
Text Example
White with #AB7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DFE; }
p { color: rgb(171,125,254); }
H1.HeaderClassName
{
color: #AB7DFE;
}
.AnyTagClassName
{
color: #AB7DFE;
}
</style>
background-color css
<style>
a { background-color: #AB7DFE; }
a { background-color: rgb(171,125,254); }
div.DivClassName
{
background-color: #AB7DFE;
}
.BgClassName
{
background-color: #AB7DFE;
}
</style>
border-color css
<style>
span { border-color: #AB7DFE; }
span { border-color: rgb(171,125,254); }
td.TdClassName
{
border-color: #AB7DFE;
}
.TagClassName
{
border-color: #AB7DFE;
}
</style>