Shades of Medium Purple #AB7BDD
Tints of Medium Purple #AB7BDD
RGB
CMYK
RGB Variations
Color information
#AB7BDD (or 0xAB7BDD) is known color: Medium Purple. HEX triplet: AB, 7B and DD. RGB value is (171,123,221). Sum of RGB (Red+Green+Blue) = 171+123+221=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BDD is #548422. Grayscale: #949494. Windows color (decimal): -5538851 or 14515115. OLE color: 14515115.
HSL color Cylindrical-coordinate representation of color #AB7BDD: hue angle of 269.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7BDD is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 123 | 221 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.13 |
| HSL | 269.39º | 0.59% | 0.67% | - |
| HSV(B) | 269.39º | 0.44% | 0.87% | - |
| XYZ | 36.93 | 28.04 | 71.87 | - |
| YUV | 148.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 221 | 0.23 | 0.44 | 0 | 0.13 | 269.39 | 0.59 | 0.67 |
| Hex | AB | 7B | DD | 17 | 2C | 0 | D | 10D | 3B | 43 |
| Octal | 253 | 173 | 335 | 27 | 54 | 0 | 15 | 415 | 73 | 103 |
| Binary | 10101011 | 1111011 | 11011101 | 10111 | 101100 | 0 | 1101 | 100001101 | 111011 | 1000011 |
Color Harmonies of #AB7BDD
Complementary color
Monochromatic Colors of #AB7BDD
Black with #AB7BDD
Text Example
Text Example
White with #AB7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BDD; }
p { color: rgb(171,123,221); }
H1.HeaderClassName
{
color: #AB7BDD;
}
.AnyTagClassName
{
color: #AB7BDD;
}
</style>
background-color css
<style>
a { background-color: #AB7BDD; }
a { background-color: rgb(171,123,221); }
div.DivClassName
{
background-color: #AB7BDD;
}
.BgClassName
{
background-color: #AB7BDD;
}
</style>
border-color css
<style>
span { border-color: #AB7BDD; }
span { border-color: rgb(171,123,221); }
td.TdClassName
{
border-color: #AB7BDD;
}
.TagClassName
{
border-color: #AB7BDD;
}
</style>