Shades of Medium Purple #AB77DD
Tints of Medium Purple #AB77DD
RGB
CMYK
RGB Variations
Color information
#AB77DD (or 0xAB77DD) is known color: Medium Purple. HEX triplet: AB, 77 and DD. RGB value is (171,119,221). Sum of RGB (Red+Green+Blue) = 171+119+221=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB77DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB77DD is #548822. Grayscale: #919191. Windows color (decimal): -5539875 or 14514091. OLE color: 14514091.
HSL color Cylindrical-coordinate representation of color #AB77DD: hue angle of 270.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB77DD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 119 | 221 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.13 |
| HSL | 270.59º | 0.6% | 0.67% | - |
| HSV(B) | 270.59º | 0.46% | 0.87% | - |
| XYZ | 36.44 | 27.07 | 71.71 | - |
| YUV | 146.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 221 | 0.23 | 0.46 | 0 | 0.13 | 270.59 | 0.6 | 0.67 |
| Hex | AB | 77 | DD | 17 | 2E | 0 | D | 10F | 3C | 43 |
| Octal | 253 | 167 | 335 | 27 | 56 | 0 | 15 | 417 | 74 | 103 |
| Binary | 10101011 | 1110111 | 11011101 | 10111 | 101110 | 0 | 1101 | 100001111 | 111100 | 1000011 |
Color Harmonies of #AB77DD
Complementary color
Monochromatic Colors of #AB77DD
Black with #AB77DD
Text Example
Text Example
White with #AB77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77DD; }
p { color: rgb(171,119,221); }
H1.HeaderClassName
{
color: #AB77DD;
}
.AnyTagClassName
{
color: #AB77DD;
}
</style>
background-color css
<style>
a { background-color: #AB77DD; }
a { background-color: rgb(171,119,221); }
div.DivClassName
{
background-color: #AB77DD;
}
.BgClassName
{
background-color: #AB77DD;
}
</style>
border-color css
<style>
span { border-color: #AB77DD; }
span { border-color: rgb(171,119,221); }
td.TdClassName
{
border-color: #AB77DD;
}
.TagClassName
{
border-color: #AB77DD;
}
</style>