Shades of Medium Purple #AB77EF
Tints of Medium Purple #AB77EF
RGB
CMYK
RGB Variations
Color information
#AB77EF (or 0xAB77EF) is known color: Medium Purple. HEX triplet: AB, 77 and EF. RGB value is (171,119,239). Sum of RGB (Red+Green+Blue) = 171+119+239=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB77EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB77EF is #548810. Grayscale: #939393. Windows color (decimal): -5539857 or 15693739. OLE color: 15693739.
HSL color Cylindrical-coordinate representation of color #AB77EF: hue angle of 266º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB77EF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 119 | 239 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.06 |
| HSL | 266º | 0.79% | 0.7% | - |
| HSV(B) | 266º | 0.5% | 0.94% | - |
| XYZ | 38.97 | 28.08 | 85.03 | - |
| YUV | 148.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 239 | 0.28 | 0.50 | 0 | 0.06 | 266 | 0.79 | 0.7 |
| Hex | AB | 77 | EF | 1C | 32 | 0 | 6 | 10A | 4F | 46 |
| Octal | 253 | 167 | 357 | 34 | 62 | 0 | 6 | 412 | 117 | 106 |
| Binary | 10101011 | 1110111 | 11101111 | 11100 | 110010 | 0 | 110 | 100001010 | 1001111 | 1000110 |
Color Harmonies of #AB77EF
Complementary color
Monochromatic Colors of #AB77EF
Black with #AB77EF
Text Example
Text Example
White with #AB77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB77EF; }
p { color: rgb(171,119,239); }
H1.HeaderClassName
{
color: #AB77EF;
}
.AnyTagClassName
{
color: #AB77EF;
}
</style>
background-color css
<style>
a { background-color: #AB77EF; }
a { background-color: rgb(171,119,239); }
div.DivClassName
{
background-color: #AB77EF;
}
.BgClassName
{
background-color: #AB77EF;
}
</style>
border-color css
<style>
span { border-color: #AB77EF; }
span { border-color: rgb(171,119,239); }
td.TdClassName
{
border-color: #AB77EF;
}
.TagClassName
{
border-color: #AB77EF;
}
</style>