Shades of Medium Purple #AB73EF
Tints of Medium Purple #AB73EF
RGB
CMYK
RGB Variations
Color information
#AB73EF (or 0xAB73EF) is known color: Medium Purple. HEX triplet: AB, 73 and EF. RGB value is (171,115,239). Sum of RGB (Red+Green+Blue) = 171+115+239=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB73EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB73EF is #548C10. Grayscale: #919191. Windows color (decimal): -5540881 or 15692715. OLE color: 15692715.
HSL color Cylindrical-coordinate representation of color #AB73EF: hue angle of 267.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB73EF is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 115 | 239 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.06 |
| HSL | 267.1º | 0.79% | 0.69% | - |
| HSV(B) | 267.1º | 0.52% | 0.94% | - |
| XYZ | 38.51 | 27.15 | 84.87 | - |
| YUV | 145.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 239 | 0.28 | 0.52 | 0 | 0.06 | 267.1 | 0.79 | 0.69 |
| Hex | AB | 73 | EF | 1C | 34 | 0 | 6 | 10B | 4F | 45 |
| Octal | 253 | 163 | 357 | 34 | 64 | 0 | 6 | 413 | 117 | 105 |
| Binary | 10101011 | 1110011 | 11101111 | 11100 | 110100 | 0 | 110 | 100001011 | 1001111 | 1000101 |
Color Harmonies of #AB73EF
Complementary color
Monochromatic Colors of #AB73EF
Black with #AB73EF
Text Example
Text Example
White with #AB73EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB73EF; }
p { color: rgb(171,115,239); }
H1.HeaderClassName
{
color: #AB73EF;
}
.AnyTagClassName
{
color: #AB73EF;
}
</style>
background-color css
<style>
a { background-color: #AB73EF; }
a { background-color: rgb(171,115,239); }
div.DivClassName
{
background-color: #AB73EF;
}
.BgClassName
{
background-color: #AB73EF;
}
</style>
border-color css
<style>
span { border-color: #AB73EF; }
span { border-color: rgb(171,115,239); }
td.TdClassName
{
border-color: #AB73EF;
}
.TagClassName
{
border-color: #AB73EF;
}
</style>