Shades of Medium Purple #AB7EE0
Tints of Medium Purple #AB7EE0
RGB
CMYK
RGB Variations
Color information
#AB7EE0 (or 0xAB7EE0) is known color: Medium Purple. HEX triplet: AB, 7E and E0. RGB value is (171,126,224). Sum of RGB (Red+Green+Blue) = 171+126+224=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB7EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EE0 is #54811F. Grayscale: #969696. Windows color (decimal): -5538080 or 14712491. OLE color: 14712491.
HSL color Cylindrical-coordinate representation of color #AB7EE0: hue angle of 267.55º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7EE0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 126 | 224 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.12 |
| HSL | 267.55º | 0.61% | 0.69% | - |
| HSV(B) | 267.55º | 0.44% | 0.88% | - |
| XYZ | 37.71 | 28.96 | 74.12 | - |
| YUV | 150.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 224 | 0.24 | 0.44 | 0 | 0.12 | 267.55 | 0.61 | 0.69 |
| Hex | AB | 7E | E0 | 18 | 2C | 0 | C | 10C | 3D | 45 |
| Octal | 253 | 176 | 340 | 30 | 54 | 0 | 14 | 414 | 75 | 105 |
| Binary | 10101011 | 1111110 | 11100000 | 11000 | 101100 | 0 | 1100 | 100001100 | 111101 | 1000101 |
Color Harmonies of #AB7EE0
Complementary color
Monochromatic Colors of #AB7EE0
Black with #AB7EE0
Text Example
Text Example
White with #AB7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7EE0; }
p { color: rgb(171,126,224); }
H1.HeaderClassName
{
color: #AB7EE0;
}
.AnyTagClassName
{
color: #AB7EE0;
}
</style>
background-color css
<style>
a { background-color: #AB7EE0; }
a { background-color: rgb(171,126,224); }
div.DivClassName
{
background-color: #AB7EE0;
}
.BgClassName
{
background-color: #AB7EE0;
}
</style>
border-color css
<style>
span { border-color: #AB7EE0; }
span { border-color: rgb(171,126,224); }
td.TdClassName
{
border-color: #AB7EE0;
}
.TagClassName
{
border-color: #AB7EE0;
}
</style>