Shades of Medium Purple #AB7ADC
Tints of Medium Purple #AB7ADC
RGB
CMYK
RGB Variations
Color information
#AB7ADC (or 0xAB7ADC) is known color: Medium Purple. HEX triplet: AB, 7A and DC. RGB value is (171,122,220). Sum of RGB (Red+Green+Blue) = 171+122+220=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7ADC is #548523. Grayscale: #939393. Windows color (decimal): -5539108 or 14449323. OLE color: 14449323.
HSL color Cylindrical-coordinate representation of color #AB7ADC: hue angle of 270º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB7ADC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 122 | 220 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.14 |
| HSL | 270º | 0.58% | 0.67% | - |
| HSV(B) | 270º | 0.45% | 0.86% | - |
| XYZ | 36.67 | 27.74 | 71.13 | - |
| YUV | 147.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 220 | 0.22 | 0.45 | 0 | 0.14 | 270 | 0.58 | 0.67 |
| Hex | AB | 7A | DC | 16 | 2D | 0 | E | 10E | 3A | 43 |
| Octal | 253 | 172 | 334 | 26 | 55 | 0 | 16 | 416 | 72 | 103 |
| Binary | 10101011 | 1111010 | 11011100 | 10110 | 101101 | 0 | 1110 | 100001110 | 111010 | 1000011 |
Color Harmonies of #AB7ADC
Complementary color
Monochromatic Colors of #AB7ADC
Black with #AB7ADC
Text Example
Text Example
White with #AB7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7ADC; }
p { color: rgb(171,122,220); }
H1.HeaderClassName
{
color: #AB7ADC;
}
.AnyTagClassName
{
color: #AB7ADC;
}
</style>
background-color css
<style>
a { background-color: #AB7ADC; }
a { background-color: rgb(171,122,220); }
div.DivClassName
{
background-color: #AB7ADC;
}
.BgClassName
{
background-color: #AB7ADC;
}
</style>
border-color css
<style>
span { border-color: #AB7ADC; }
span { border-color: rgb(171,122,220); }
td.TdClassName
{
border-color: #AB7ADC;
}
.TagClassName
{
border-color: #AB7ADC;
}
</style>