Shades of Medium Purple #AB77F6
Tints of Medium Purple #AB77F6
RGB
CMYK
RGB Variations
Color information
#AB77F6 (or 0xAB77F6) is known color: Medium Purple. HEX triplet: AB, 77 and F6. RGB value is (171,119,246). Sum of RGB (Red+Green+Blue) = 171+119+246=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB77F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB77F6 is #548809. Grayscale: #949494. Windows color (decimal): -5539850 or 16152491. OLE color: 16152491.
HSL color Cylindrical-coordinate representation of color #AB77F6: hue angle of 264.57º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB77F6 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 119 | 246 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.04 |
| HSL | 264.57º | 0.88% | 0.72% | - |
| HSV(B) | 264.57º | 0.52% | 0.96% | - |
| XYZ | 40.03 | 28.51 | 90.58 | - |
| YUV | 149.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 246 | 0.30 | 0.52 | 0 | 0.04 | 264.57 | 0.88 | 0.72 |
| Hex | AB | 77 | F6 | 1E | 34 | 0 | 4 | 109 | 58 | 48 |
| Octal | 253 | 167 | 366 | 36 | 64 | 0 | 4 | 411 | 130 | 110 |
| Binary | 10101011 | 1110111 | 11110110 | 11110 | 110100 | 0 | 100 | 100001001 | 1011000 | 1001000 |
Color Harmonies of #AB77F6
Complementary color
Monochromatic Colors of #AB77F6
Black with #AB77F6
Text Example
Text Example
White with #AB77F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77F6; }
p { color: rgb(171,119,246); }
H1.HeaderClassName
{
color: #AB77F6;
}
.AnyTagClassName
{
color: #AB77F6;
}
</style>
background-color css
<style>
a { background-color: #AB77F6; }
a { background-color: rgb(171,119,246); }
div.DivClassName
{
background-color: #AB77F6;
}
.BgClassName
{
background-color: #AB77F6;
}
</style>
border-color css
<style>
span { border-color: #AB77F6; }
span { border-color: rgb(171,119,246); }
td.TdClassName
{
border-color: #AB77F6;
}
.TagClassName
{
border-color: #AB77F6;
}
</style>