Shades of Medium Purple #AB7DDC
Tints of Medium Purple #AB7DDC
RGB
CMYK
RGB Variations
Color information
#AB7DDC (or 0xAB7DDC) is known color: Medium Purple. HEX triplet: AB, 7D and DC. RGB value is (171,125,220). Sum of RGB (Red+Green+Blue) = 171+125+220=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DDC is #548223. Grayscale: #959595. Windows color (decimal): -5538340 or 14450091. OLE color: 14450091.
HSL color Cylindrical-coordinate representation of color #AB7DDC: hue angle of 269.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7DDC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 125 | 220 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.14 |
| HSL | 269.05º | 0.58% | 0.68% | - |
| HSV(B) | 269.05º | 0.43% | 0.86% | - |
| XYZ | 37.05 | 28.49 | 71.26 | - |
| YUV | 149.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 220 | 0.22 | 0.43 | 0 | 0.14 | 269.05 | 0.58 | 0.68 |
| Hex | AB | 7D | DC | 16 | 2B | 0 | E | 10D | 3A | 44 |
| Octal | 253 | 175 | 334 | 26 | 53 | 0 | 16 | 415 | 72 | 104 |
| Binary | 10101011 | 1111101 | 11011100 | 10110 | 101011 | 0 | 1110 | 100001101 | 111010 | 1000100 |
Color Harmonies of #AB7DDC
Complementary color
Monochromatic Colors of #AB7DDC
Black with #AB7DDC
Text Example
Text Example
White with #AB7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DDC; }
p { color: rgb(171,125,220); }
H1.HeaderClassName
{
color: #AB7DDC;
}
.AnyTagClassName
{
color: #AB7DDC;
}
</style>
background-color css
<style>
a { background-color: #AB7DDC; }
a { background-color: rgb(171,125,220); }
div.DivClassName
{
background-color: #AB7DDC;
}
.BgClassName
{
background-color: #AB7DDC;
}
</style>
border-color css
<style>
span { border-color: #AB7DDC; }
span { border-color: rgb(171,125,220); }
td.TdClassName
{
border-color: #AB7DDC;
}
.TagClassName
{
border-color: #AB7DDC;
}
</style>