Shades of Medium Purple #AB7ADE
Tints of Medium Purple #AB7ADE
RGB
CMYK
RGB Variations
Color information
#AB7ADE (or 0xAB7ADE) is known color: Medium Purple. HEX triplet: AB, 7A and DE. RGB value is (171,122,222). Sum of RGB (Red+Green+Blue) = 171+122+222=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ADE is #548521. Grayscale: #939393. Windows color (decimal): -5539106 or 14580395. OLE color: 14580395.
HSL color Cylindrical-coordinate representation of color #AB7ADE: hue angle of 269.4º degrees, saturation: 0.6, 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 #AB7ADE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 122 | 222 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.13 |
| HSL | 269.4º | 0.6% | 0.67% | - |
| HSV(B) | 269.4º | 0.45% | 0.87% | - |
| XYZ | 36.94 | 27.85 | 72.54 | - |
| YUV | 148.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 222 | 0.23 | 0.45 | 0 | 0.13 | 269.4 | 0.6 | 0.67 |
| Hex | AB | 7A | DE | 17 | 2D | 0 | D | 10D | 3C | 43 |
| Octal | 253 | 172 | 336 | 27 | 55 | 0 | 15 | 415 | 74 | 103 |
| Binary | 10101011 | 1111010 | 11011110 | 10111 | 101101 | 0 | 1101 | 100001101 | 111100 | 1000011 |
Color Harmonies of #AB7ADE
Complementary color
Monochromatic Colors of #AB7ADE
Black with #AB7ADE
Text Example
Text Example
White with #AB7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ADE; }
p { color: rgb(171,122,222); }
H1.HeaderClassName
{
color: #AB7ADE;
}
.AnyTagClassName
{
color: #AB7ADE;
}
</style>
background-color css
<style>
a { background-color: #AB7ADE; }
a { background-color: rgb(171,122,222); }
div.DivClassName
{
background-color: #AB7ADE;
}
.BgClassName
{
background-color: #AB7ADE;
}
</style>
border-color css
<style>
span { border-color: #AB7ADE; }
span { border-color: rgb(171,122,222); }
td.TdClassName
{
border-color: #AB7ADE;
}
.TagClassName
{
border-color: #AB7ADE;
}
</style>