Shades of Medium Purple #AB7BED
Tints of Medium Purple #AB7BED
RGB
CMYK
RGB Variations
Color information
#AB7BED (or 0xAB7BED) is known color: Medium Purple. HEX triplet: AB, 7B and ED. RGB value is (171,123,237). Sum of RGB (Red+Green+Blue) = 171+123+237=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB7BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BED is #548412. Grayscale: #959595. Windows color (decimal): -5538835 or 15563691. OLE color: 15563691.
HSL color Cylindrical-coordinate representation of color #AB7BED: hue angle of 265.26º degrees, saturation: 0.76, 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 #AB7BED is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 123 | 237 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.07 |
| HSL | 265.26º | 0.76% | 0.71% | - |
| HSV(B) | 265.26º | 0.48% | 0.93% | - |
| XYZ | 39.16 | 28.94 | 83.64 | - |
| YUV | 150.35 | 176.9 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 237 | 0.28 | 0.48 | 0 | 0.07 | 265.26 | 0.76 | 0.71 |
| Hex | AB | 7B | ED | 1C | 30 | 0 | 7 | 109 | 4C | 47 |
| Octal | 253 | 173 | 355 | 34 | 60 | 0 | 7 | 411 | 114 | 107 |
| Binary | 10101011 | 1111011 | 11101101 | 11100 | 110000 | 0 | 111 | 100001001 | 1001100 | 1000111 |
Color Harmonies of #AB7BED
Complementary color
Monochromatic Colors of #AB7BED
Black with #AB7BED
Text Example
Text Example
White with #AB7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BED; }
p { color: rgb(171,123,237); }
H1.HeaderClassName
{
color: #AB7BED;
}
.AnyTagClassName
{
color: #AB7BED;
}
</style>
background-color css
<style>
a { background-color: #AB7BED; }
a { background-color: rgb(171,123,237); }
div.DivClassName
{
background-color: #AB7BED;
}
.BgClassName
{
background-color: #AB7BED;
}
</style>
border-color css
<style>
span { border-color: #AB7BED; }
span { border-color: rgb(171,123,237); }
td.TdClassName
{
border-color: #AB7BED;
}
.TagClassName
{
border-color: #AB7BED;
}
</style>