Shades of Medium Purple #AB74EF
Tints of Medium Purple #AB74EF
RGB
CMYK
RGB Variations
Color information
#AB74EF (or 0xAB74EF) is known color: Medium Purple. HEX triplet: AB, 74 and EF. RGB value is (171,116,239). Sum of RGB (Red+Green+Blue) = 171+116+239=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB74EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB74EF is #548B10. Grayscale: #929292. Windows color (decimal): -5540625 or 15692971. OLE color: 15692971.
HSL color Cylindrical-coordinate representation of color #AB74EF: hue angle of 266.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB74EF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 116 | 239 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.06 |
| HSL | 266.83º | 0.79% | 0.7% | - |
| HSV(B) | 266.83º | 0.51% | 0.94% | - |
| XYZ | 38.62 | 27.38 | 84.91 | - |
| YUV | 146.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 239 | 0.28 | 0.51 | 0 | 0.06 | 266.83 | 0.79 | 0.7 |
| Hex | AB | 74 | EF | 1C | 33 | 0 | 6 | 10B | 4F | 46 |
| Octal | 253 | 164 | 357 | 34 | 63 | 0 | 6 | 413 | 117 | 106 |
| Binary | 10101011 | 1110100 | 11101111 | 11100 | 110011 | 0 | 110 | 100001011 | 1001111 | 1000110 |
Color Harmonies of #AB74EF
Complementary color
Monochromatic Colors of #AB74EF
Black with #AB74EF
Text Example
Text Example
White with #AB74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB74EF; }
p { color: rgb(171,116,239); }
H1.HeaderClassName
{
color: #AB74EF;
}
.AnyTagClassName
{
color: #AB74EF;
}
</style>
background-color css
<style>
a { background-color: #AB74EF; }
a { background-color: rgb(171,116,239); }
div.DivClassName
{
background-color: #AB74EF;
}
.BgClassName
{
background-color: #AB74EF;
}
</style>
border-color css
<style>
span { border-color: #AB74EF; }
span { border-color: rgb(171,116,239); }
td.TdClassName
{
border-color: #AB74EF;
}
.TagClassName
{
border-color: #AB74EF;
}
</style>