Shades of Medium Purple #AB7DDF
Tints of Medium Purple #AB7DDF
RGB
CMYK
RGB Variations
Color information
#AB7DDF (or 0xAB7DDF) is known color: Medium Purple. HEX triplet: AB, 7D and DF. RGB value is (171,125,223). Sum of RGB (Red+Green+Blue) = 171+125+223=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB7DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDF is #548220. Grayscale: #959595. Windows color (decimal): -5538337 or 14646699. OLE color: 14646699.
HSL color Cylindrical-coordinate representation of color #AB7DDF: hue angle of 268.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB7DDF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 125 | 223 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.13 |
| HSL | 268.16º | 0.6% | 0.68% | - |
| HSV(B) | 268.16º | 0.44% | 0.87% | - |
| XYZ | 37.45 | 28.65 | 73.37 | - |
| YUV | 149.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 223 | 0.23 | 0.44 | 0 | 0.13 | 268.16 | 0.6 | 0.68 |
| Hex | AB | 7D | DF | 17 | 2C | 0 | D | 10C | 3C | 44 |
| Octal | 253 | 175 | 337 | 27 | 54 | 0 | 15 | 414 | 74 | 104 |
| Binary | 10101011 | 1111101 | 11011111 | 10111 | 101100 | 0 | 1101 | 100001100 | 111100 | 1000100 |
Color Harmonies of #AB7DDF
Complementary color
Monochromatic Colors of #AB7DDF
Black with #AB7DDF
Text Example
Text Example
White with #AB7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DDF; }
p { color: rgb(171,125,223); }
H1.HeaderClassName
{
color: #AB7DDF;
}
.AnyTagClassName
{
color: #AB7DDF;
}
</style>
background-color css
<style>
a { background-color: #AB7DDF; }
a { background-color: rgb(171,125,223); }
div.DivClassName
{
background-color: #AB7DDF;
}
.BgClassName
{
background-color: #AB7DDF;
}
</style>
border-color css
<style>
span { border-color: #AB7DDF; }
span { border-color: rgb(171,125,223); }
td.TdClassName
{
border-color: #AB7DDF;
}
.TagClassName
{
border-color: #AB7DDF;
}
</style>