Shades of Medium Purple #AB7CEB
Tints of Medium Purple #AB7CEB
RGB
CMYK
RGB Variations
Color information
#AB7CEB (or 0xAB7CEB) is known color: Medium Purple. HEX triplet: AB, 7C and EB. RGB value is (171,124,235). Sum of RGB (Red+Green+Blue) = 171+124+235=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB7CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CEB is #548314. Grayscale: #969696. Windows color (decimal): -5538581 or 15432875. OLE color: 15432875.
HSL color Cylindrical-coordinate representation of color #AB7CEB: hue angle of 265.41º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB7CEB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 124 | 235 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.08 |
| HSL | 265.41º | 0.74% | 0.7% | - |
| HSV(B) | 265.41º | 0.47% | 0.92% | - |
| XYZ | 39 | 29.07 | 82.15 | - |
| YUV | 150.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 235 | 0.27 | 0.47 | 0 | 0.08 | 265.41 | 0.74 | 0.7 |
| Hex | AB | 7C | EB | 1B | 2F | 0 | 8 | 109 | 4A | 46 |
| Octal | 253 | 174 | 353 | 33 | 57 | 0 | 10 | 411 | 112 | 106 |
| Binary | 10101011 | 1111100 | 11101011 | 11011 | 101111 | 0 | 1000 | 100001001 | 1001010 | 1000110 |
Color Harmonies of #AB7CEB
Complementary color
Monochromatic Colors of #AB7CEB
Black with #AB7CEB
Text Example
Text Example
White with #AB7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7CEB; }
p { color: rgb(171,124,235); }
H1.HeaderClassName
{
color: #AB7CEB;
}
.AnyTagClassName
{
color: #AB7CEB;
}
</style>
background-color css
<style>
a { background-color: #AB7CEB; }
a { background-color: rgb(171,124,235); }
div.DivClassName
{
background-color: #AB7CEB;
}
.BgClassName
{
background-color: #AB7CEB;
}
</style>
border-color css
<style>
span { border-color: #AB7CEB; }
span { border-color: rgb(171,124,235); }
td.TdClassName
{
border-color: #AB7CEB;
}
.TagClassName
{
border-color: #AB7CEB;
}
</style>