Shades of Medium Purple #AB7BEE
Tints of Medium Purple #AB7BEE
RGB
CMYK
RGB Variations
Color information
#AB7BEE (or 0xAB7BEE) is known color: Medium Purple. HEX triplet: AB, 7B and EE. RGB value is (171,123,238). Sum of RGB (Red+Green+Blue) = 171+123+238=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB7BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BEE is #548411. Grayscale: #969696. Windows color (decimal): -5538834 or 15629227. OLE color: 15629227.
HSL color Cylindrical-coordinate representation of color #AB7BEE: hue angle of 265.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB7BEE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 123 | 238 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.07 |
| HSL | 265.04º | 0.77% | 0.71% | - |
| HSV(B) | 265.04º | 0.48% | 0.93% | - |
| XYZ | 39.31 | 29 | 84.41 | - |
| YUV | 150.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 238 | 0.28 | 0.48 | 0 | 0.07 | 265.04 | 0.77 | 0.71 |
| Hex | AB | 7B | EE | 1C | 30 | 0 | 7 | 109 | 4D | 47 |
| Octal | 253 | 173 | 356 | 34 | 60 | 0 | 7 | 411 | 115 | 107 |
| Binary | 10101011 | 1111011 | 11101110 | 11100 | 110000 | 0 | 111 | 100001001 | 1001101 | 1000111 |
Color Harmonies of #AB7BEE
Complementary color
Monochromatic Colors of #AB7BEE
Black with #AB7BEE
Text Example
Text Example
White with #AB7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BEE; }
p { color: rgb(171,123,238); }
H1.HeaderClassName
{
color: #AB7BEE;
}
.AnyTagClassName
{
color: #AB7BEE;
}
</style>
background-color css
<style>
a { background-color: #AB7BEE; }
a { background-color: rgb(171,123,238); }
div.DivClassName
{
background-color: #AB7BEE;
}
.BgClassName
{
background-color: #AB7BEE;
}
</style>
border-color css
<style>
span { border-color: #AB7BEE; }
span { border-color: rgb(171,123,238); }
td.TdClassName
{
border-color: #AB7BEE;
}
.TagClassName
{
border-color: #AB7BEE;
}
</style>