Shades of Medium Purple #AB7DEB
Tints of Medium Purple #AB7DEB
RGB
CMYK
RGB Variations
Color information
#AB7DEB (or 0xAB7DEB) is known color: Medium Purple. HEX triplet: AB, 7D and EB. RGB value is (171,125,235). Sum of RGB (Red+Green+Blue) = 171+125+235=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB7DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DEB is #548214. Grayscale: #969696. Windows color (decimal): -5538325 or 15433131. OLE color: 15433131.
HSL color Cylindrical-coordinate representation of color #AB7DEB: hue angle of 265.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7DEB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 125 | 235 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.08 |
| HSL | 265.09º | 0.73% | 0.71% | - |
| HSV(B) | 265.09º | 0.47% | 0.92% | - |
| XYZ | 39.12 | 29.32 | 82.2 | - |
| YUV | 151.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 235 | 0.27 | 0.47 | 0 | 0.08 | 265.09 | 0.73 | 0.71 |
| Hex | AB | 7D | EB | 1B | 2F | 0 | 8 | 109 | 49 | 47 |
| Octal | 253 | 175 | 353 | 33 | 57 | 0 | 10 | 411 | 111 | 107 |
| Binary | 10101011 | 1111101 | 11101011 | 11011 | 101111 | 0 | 1000 | 100001001 | 1001001 | 1000111 |
Color Harmonies of #AB7DEB
Complementary color
Monochromatic Colors of #AB7DEB
Black with #AB7DEB
Text Example
Text Example
White with #AB7DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DEB; }
p { color: rgb(171,125,235); }
H1.HeaderClassName
{
color: #AB7DEB;
}
.AnyTagClassName
{
color: #AB7DEB;
}
</style>
background-color css
<style>
a { background-color: #AB7DEB; }
a { background-color: rgb(171,125,235); }
div.DivClassName
{
background-color: #AB7DEB;
}
.BgClassName
{
background-color: #AB7DEB;
}
</style>
border-color css
<style>
span { border-color: #AB7DEB; }
span { border-color: rgb(171,125,235); }
td.TdClassName
{
border-color: #AB7DEB;
}
.TagClassName
{
border-color: #AB7DEB;
}
</style>