Shades of Medium Purple #AB7BDF
Tints of Medium Purple #AB7BDF
RGB
CMYK
RGB Variations
Color information
#AB7BDF (or 0xAB7BDF) is known color: Medium Purple. HEX triplet: AB, 7B and DF. RGB value is (171,123,223). Sum of RGB (Red+Green+Blue) = 171+123+223=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB7BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7BDF is #548420. Grayscale: #949494. Windows color (decimal): -5538849 or 14646187. OLE color: 14646187.
HSL color Cylindrical-coordinate representation of color #AB7BDF: hue angle of 268.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB7BDF is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 123 | 223 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.13 |
| HSL | 268.8º | 0.61% | 0.68% | - |
| HSV(B) | 268.8º | 0.45% | 0.87% | - |
| XYZ | 37.2 | 28.15 | 73.29 | - |
| YUV | 148.75 | 169.9 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 223 | 0.23 | 0.45 | 0 | 0.13 | 268.8 | 0.61 | 0.68 |
| Hex | AB | 7B | DF | 17 | 2D | 0 | D | 10D | 3D | 44 |
| Octal | 253 | 173 | 337 | 27 | 55 | 0 | 15 | 415 | 75 | 104 |
| Binary | 10101011 | 1111011 | 11011111 | 10111 | 101101 | 0 | 1101 | 100001101 | 111101 | 1000100 |
Color Harmonies of #AB7BDF
Complementary color
Monochromatic Colors of #AB7BDF
Black with #AB7BDF
Text Example
Text Example
White with #AB7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7BDF; }
p { color: rgb(171,123,223); }
H1.HeaderClassName
{
color: #AB7BDF;
}
.AnyTagClassName
{
color: #AB7BDF;
}
</style>
background-color css
<style>
a { background-color: #AB7BDF; }
a { background-color: rgb(171,123,223); }
div.DivClassName
{
background-color: #AB7BDF;
}
.BgClassName
{
background-color: #AB7BDF;
}
</style>
border-color css
<style>
span { border-color: #AB7BDF; }
span { border-color: rgb(171,123,223); }
td.TdClassName
{
border-color: #AB7BDF;
}
.TagClassName
{
border-color: #AB7BDF;
}
</style>