Shades of Medium Purple #AB7DDD
Tints of Medium Purple #AB7DDD
RGB
CMYK
RGB Variations
Color information
#AB7DDD (or 0xAB7DDD) is known color: Medium Purple. HEX triplet: AB, 7D and DD. RGB value is (171,125,221). Sum of RGB (Red+Green+Blue) = 171+125+221=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDD is #548222. Grayscale: #959595. Windows color (decimal): -5538339 or 14515627. OLE color: 14515627.
HSL color Cylindrical-coordinate representation of color #AB7DDD: hue angle of 268.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7DDD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 125 | 221 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.13 |
| HSL | 268.75º | 0.59% | 0.68% | - |
| HSV(B) | 268.75º | 0.43% | 0.87% | - |
| XYZ | 37.18 | 28.55 | 71.96 | - |
| YUV | 149.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 221 | 0.23 | 0.43 | 0 | 0.13 | 268.75 | 0.59 | 0.68 |
| Hex | AB | 7D | DD | 17 | 2B | 0 | D | 10D | 3B | 44 |
| Octal | 253 | 175 | 335 | 27 | 53 | 0 | 15 | 415 | 73 | 104 |
| Binary | 10101011 | 1111101 | 11011101 | 10111 | 101011 | 0 | 1101 | 100001101 | 111011 | 1000100 |
Color Harmonies of #AB7DDD
Complementary color
Monochromatic Colors of #AB7DDD
Black with #AB7DDD
Text Example
Text Example
White with #AB7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DDD; }
p { color: rgb(171,125,221); }
H1.HeaderClassName
{
color: #AB7DDD;
}
.AnyTagClassName
{
color: #AB7DDD;
}
</style>
background-color css
<style>
a { background-color: #AB7DDD; }
a { background-color: rgb(171,125,221); }
div.DivClassName
{
background-color: #AB7DDD;
}
.BgClassName
{
background-color: #AB7DDD;
}
</style>
border-color css
<style>
span { border-color: #AB7DDD; }
span { border-color: rgb(171,125,221); }
td.TdClassName
{
border-color: #AB7DDD;
}
.TagClassName
{
border-color: #AB7DDD;
}
</style>