Shades of Medium Purple #AB7CE6
Tints of Medium Purple #AB7CE6
RGB
CMYK
RGB Variations
Color information
#AB7CE6 (or 0xAB7CE6) is known color: Medium Purple. HEX triplet: AB, 7C and E6. RGB value is (171,124,230). Sum of RGB (Red+Green+Blue) = 171+124+230=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB7CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CE6 is #548319. Grayscale: #959595. Windows color (decimal): -5538586 or 15105195. OLE color: 15105195.
HSL color Cylindrical-coordinate representation of color #AB7CE6: hue angle of 266.6º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB7CE6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 124 | 230 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.10 |
| HSL | 266.6º | 0.68% | 0.69% | - |
| HSV(B) | 266.6º | 0.46% | 0.9% | - |
| XYZ | 38.29 | 28.79 | 78.4 | - |
| YUV | 150.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 230 | 0.26 | 0.46 | 0 | 0.10 | 266.6 | 0.68 | 0.69 |
| Hex | AB | 7C | E6 | 1A | 2E | 0 | A | 10B | 44 | 45 |
| Octal | 253 | 174 | 346 | 32 | 56 | 0 | 12 | 413 | 104 | 105 |
| Binary | 10101011 | 1111100 | 11100110 | 11010 | 101110 | 0 | 1010 | 100001011 | 1000100 | 1000101 |
Color Harmonies of #AB7CE6
Complementary color
Monochromatic Colors of #AB7CE6
Black with #AB7CE6
Text Example
Text Example
White with #AB7CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CE6; }
p { color: rgb(171,124,230); }
H1.HeaderClassName
{
color: #AB7CE6;
}
.AnyTagClassName
{
color: #AB7CE6;
}
</style>
background-color css
<style>
a { background-color: #AB7CE6; }
a { background-color: rgb(171,124,230); }
div.DivClassName
{
background-color: #AB7CE6;
}
.BgClassName
{
background-color: #AB7CE6;
}
</style>
border-color css
<style>
span { border-color: #AB7CE6; }
span { border-color: rgb(171,124,230); }
td.TdClassName
{
border-color: #AB7CE6;
}
.TagClassName
{
border-color: #AB7CE6;
}
</style>