Shades of Medium Purple #AB76DD
Tints of Medium Purple #AB76DD
RGB
CMYK
RGB Variations
Color information
#AB76DD (or 0xAB76DD) is known color: Medium Purple. HEX triplet: AB, 76 and DD. RGB value is (171,118,221). Sum of RGB (Red+Green+Blue) = 171+118+221=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB76DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB76DD is #548922. Grayscale: #919191. Windows color (decimal): -5540131 or 14513835. OLE color: 14513835.
HSL color Cylindrical-coordinate representation of color #AB76DD: hue angle of 270.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB76DD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 118 | 221 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.13 |
| HSL | 270.87º | 0.6% | 0.66% | - |
| HSV(B) | 270.87º | 0.47% | 0.87% | - |
| XYZ | 36.32 | 26.84 | 71.67 | - |
| YUV | 145.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 221 | 0.23 | 0.47 | 0 | 0.13 | 270.87 | 0.6 | 0.66 |
| Hex | AB | 76 | DD | 17 | 2F | 0 | D | 10F | 3C | 42 |
| Octal | 253 | 166 | 335 | 27 | 57 | 0 | 15 | 417 | 74 | 102 |
| Binary | 10101011 | 1110110 | 11011101 | 10111 | 101111 | 0 | 1101 | 100001111 | 111100 | 1000010 |
Color Harmonies of #AB76DD
Complementary color
Monochromatic Colors of #AB76DD
Black with #AB76DD
Text Example
Text Example
White with #AB76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76DD; }
p { color: rgb(171,118,221); }
H1.HeaderClassName
{
color: #AB76DD;
}
.AnyTagClassName
{
color: #AB76DD;
}
</style>
background-color css
<style>
a { background-color: #AB76DD; }
a { background-color: rgb(171,118,221); }
div.DivClassName
{
background-color: #AB76DD;
}
.BgClassName
{
background-color: #AB76DD;
}
</style>
border-color css
<style>
span { border-color: #AB76DD; }
span { border-color: rgb(171,118,221); }
td.TdClassName
{
border-color: #AB76DD;
}
.TagClassName
{
border-color: #AB76DD;
}
</style>