Shades of Medium Purple #AB7DE1
Tints of Medium Purple #AB7DE1
RGB
CMYK
RGB Variations
Color information
#AB7DE1 (or 0xAB7DE1) is known color: Medium Purple. HEX triplet: AB, 7D and E1. RGB value is (171,125,225). Sum of RGB (Red+Green+Blue) = 171+125+225=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB7DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DE1 is #54821E. Grayscale: #959595. Windows color (decimal): -5538335 or 14777771. OLE color: 14777771.
HSL color Cylindrical-coordinate representation of color #AB7DE1: hue angle of 267.6º degrees, saturation: 0.62, 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 #AB7DE1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 125 | 225 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.12 |
| HSL | 267.6º | 0.63% | 0.69% | - |
| HSV(B) | 267.6º | 0.44% | 0.88% | - |
| XYZ | 37.72 | 28.76 | 74.8 | - |
| YUV | 150.15 | 170.24 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 225 | 0.24 | 0.44 | 0 | 0.12 | 267.6 | 0.63 | 0.69 |
| Hex | AB | 7D | E1 | 18 | 2C | 0 | C | 10C | 3E | 45 |
| Octal | 253 | 175 | 341 | 30 | 54 | 0 | 14 | 414 | 76 | 105 |
| Binary | 10101011 | 1111101 | 11100001 | 11000 | 101100 | 0 | 1100 | 100001100 | 111110 | 1000101 |
Color Harmonies of #AB7DE1
Complementary color
Monochromatic Colors of #AB7DE1
Black with #AB7DE1
Text Example
Text Example
White with #AB7DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DE1; }
p { color: rgb(171,125,225); }
H1.HeaderClassName
{
color: #AB7DE1;
}
.AnyTagClassName
{
color: #AB7DE1;
}
</style>
background-color css
<style>
a { background-color: #AB7DE1; }
a { background-color: rgb(171,125,225); }
div.DivClassName
{
background-color: #AB7DE1;
}
.BgClassName
{
background-color: #AB7DE1;
}
</style>
border-color css
<style>
span { border-color: #AB7DE1; }
span { border-color: rgb(171,125,225); }
td.TdClassName
{
border-color: #AB7DE1;
}
.TagClassName
{
border-color: #AB7DE1;
}
</style>