Shades of Medium Purple #AB7ADD
Tints of Medium Purple #AB7ADD
RGB
CMYK
RGB Variations
Color information
#AB7ADD (or 0xAB7ADD) is known color: Medium Purple. HEX triplet: AB, 7A and DD. RGB value is (171,122,221). Sum of RGB (Red+Green+Blue) = 171+122+221=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB7ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ADD is #548522. Grayscale: #939393. Windows color (decimal): -5539107 or 14514859. OLE color: 14514859.
HSL color Cylindrical-coordinate representation of color #AB7ADD: hue angle of 269.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB7ADD is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 122 | 221 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.13 |
| HSL | 269.7º | 0.59% | 0.67% | - |
| HSV(B) | 269.7º | 0.45% | 0.87% | - |
| XYZ | 36.81 | 27.8 | 71.83 | - |
| YUV | 147.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 221 | 0.23 | 0.45 | 0 | 0.13 | 269.7 | 0.59 | 0.67 |
| Hex | AB | 7A | DD | 17 | 2D | 0 | D | 10E | 3B | 43 |
| Octal | 253 | 172 | 335 | 27 | 55 | 0 | 15 | 416 | 73 | 103 |
| Binary | 10101011 | 1111010 | 11011101 | 10111 | 101101 | 0 | 1101 | 100001110 | 111011 | 1000011 |
Color Harmonies of #AB7ADD
Complementary color
Monochromatic Colors of #AB7ADD
Black with #AB7ADD
Text Example
Text Example
White with #AB7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ADD; }
p { color: rgb(171,122,221); }
H1.HeaderClassName
{
color: #AB7ADD;
}
.AnyTagClassName
{
color: #AB7ADD;
}
</style>
background-color css
<style>
a { background-color: #AB7ADD; }
a { background-color: rgb(171,122,221); }
div.DivClassName
{
background-color: #AB7ADD;
}
.BgClassName
{
background-color: #AB7ADD;
}
</style>
border-color css
<style>
span { border-color: #AB7ADD; }
span { border-color: rgb(171,122,221); }
td.TdClassName
{
border-color: #AB7ADD;
}
.TagClassName
{
border-color: #AB7ADD;
}
</style>