Shades of Medium Purple #AB7EDD
Tints of Medium Purple #AB7EDD
RGB
CMYK
RGB Variations
Color information
#AB7EDD (or 0xAB7EDD) is known color: Medium Purple. HEX triplet: AB, 7E and DD. RGB value is (171,126,221). Sum of RGB (Red+Green+Blue) = 171+126+221=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7EDD is #548122. Grayscale: #959595. Windows color (decimal): -5538083 or 14515883. OLE color: 14515883.
HSL color Cylindrical-coordinate representation of color #AB7EDD: hue angle of 268.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7EDD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 126 | 221 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.13 |
| HSL | 268.42º | 0.58% | 0.68% | - |
| HSV(B) | 268.42º | 0.43% | 0.87% | - |
| XYZ | 37.31 | 28.8 | 72 | - |
| YUV | 150.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 221 | 0.23 | 0.43 | 0 | 0.13 | 268.42 | 0.58 | 0.68 |
| Hex | AB | 7E | DD | 17 | 2B | 0 | D | 10C | 3A | 44 |
| Octal | 253 | 176 | 335 | 27 | 53 | 0 | 15 | 414 | 72 | 104 |
| Binary | 10101011 | 1111110 | 11011101 | 10111 | 101011 | 0 | 1101 | 100001100 | 111010 | 1000100 |
Color Harmonies of #AB7EDD
Complementary color
Monochromatic Colors of #AB7EDD
Black with #AB7EDD
Text Example
Text Example
White with #AB7EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7EDD; }
p { color: rgb(171,126,221); }
H1.HeaderClassName
{
color: #AB7EDD;
}
.AnyTagClassName
{
color: #AB7EDD;
}
</style>
background-color css
<style>
a { background-color: #AB7EDD; }
a { background-color: rgb(171,126,221); }
div.DivClassName
{
background-color: #AB7EDD;
}
.BgClassName
{
background-color: #AB7EDD;
}
</style>
border-color css
<style>
span { border-color: #AB7EDD; }
span { border-color: rgb(171,126,221); }
td.TdClassName
{
border-color: #AB7EDD;
}
.TagClassName
{
border-color: #AB7EDD;
}
</style>