Shades of Medium Purple #AB7BE0
Tints of Medium Purple #AB7BE0
RGB
CMYK
RGB Variations
Color information
#AB7BE0 (or 0xAB7BE0) is known color: Medium Purple. HEX triplet: AB, 7B and E0. RGB value is (171,123,224). Sum of RGB (Red+Green+Blue) = 171+123+224=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB7BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BE0 is #54841F. Grayscale: #949494. Windows color (decimal): -5538848 or 14711723. OLE color: 14711723.
HSL color Cylindrical-coordinate representation of color #AB7BE0: hue angle of 268.51º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB7BE0 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 123 | 224 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.12 |
| HSL | 268.51º | 0.62% | 0.68% | - |
| HSV(B) | 268.51º | 0.45% | 0.88% | - |
| XYZ | 37.33 | 28.21 | 74 | - |
| YUV | 148.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 224 | 0.24 | 0.45 | 0 | 0.12 | 268.51 | 0.62 | 0.68 |
| Hex | AB | 7B | E0 | 18 | 2D | 0 | C | 10D | 3E | 44 |
| Octal | 253 | 173 | 340 | 30 | 55 | 0 | 14 | 415 | 76 | 104 |
| Binary | 10101011 | 1111011 | 11100000 | 11000 | 101101 | 0 | 1100 | 100001101 | 111110 | 1000100 |
Color Harmonies of #AB7BE0
Complementary color
Monochromatic Colors of #AB7BE0
Black with #AB7BE0
Text Example
Text Example
White with #AB7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BE0; }
p { color: rgb(171,123,224); }
H1.HeaderClassName
{
color: #AB7BE0;
}
.AnyTagClassName
{
color: #AB7BE0;
}
</style>
background-color css
<style>
a { background-color: #AB7BE0; }
a { background-color: rgb(171,123,224); }
div.DivClassName
{
background-color: #AB7BE0;
}
.BgClassName
{
background-color: #AB7BE0;
}
</style>
border-color css
<style>
span { border-color: #AB7BE0; }
span { border-color: rgb(171,123,224); }
td.TdClassName
{
border-color: #AB7BE0;
}
.TagClassName
{
border-color: #AB7BE0;
}
</style>