Shades of Medium Purple #AF71EC
Tints of Medium Purple #AF71EC
RGB
CMYK
RGB Variations
Color information
#AF71EC (or 0xAF71EC) is known color: Medium Purple. HEX triplet: AF, 71 and EC. RGB value is (175,113,236). Sum of RGB (Red+Green+Blue) = 175+113+236=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71EC is #508E13. Grayscale: #919191. Windows color (decimal): -5279252 or 15495599. OLE color: 15495599.
HSL color Cylindrical-coordinate representation of color #AF71EC: hue angle of 270.24º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF71EC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 113 | 236 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.07 |
| HSL | 270.24º | 0.76% | 0.68% | - |
| HSV(B) | 270.24º | 0.52% | 0.93% | - |
| XYZ | 38.72 | 26.98 | 82.52 | - |
| YUV | 145.56 | 179.04 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 236 | 0.26 | 0.52 | 0 | 0.07 | 270.24 | 0.76 | 0.68 |
| Hex | AF | 71 | EC | 1A | 34 | 0 | 7 | 10E | 4C | 44 |
| Octal | 257 | 161 | 354 | 32 | 64 | 0 | 7 | 416 | 114 | 104 |
| Binary | 10101111 | 1110001 | 11101100 | 11010 | 110100 | 0 | 111 | 100001110 | 1001100 | 1000100 |
Color Harmonies of #AF71EC
Complementary color
Monochromatic Colors of #AF71EC
Black with #AF71EC
Text Example
Text Example
White with #AF71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71EC; }
p { color: rgb(175,113,236); }
H1.HeaderClassName
{
color: #AF71EC;
}
.AnyTagClassName
{
color: #AF71EC;
}
</style>
background-color css
<style>
a { background-color: #AF71EC; }
a { background-color: rgb(175,113,236); }
div.DivClassName
{
background-color: #AF71EC;
}
.BgClassName
{
background-color: #AF71EC;
}
</style>
border-color css
<style>
span { border-color: #AF71EC; }
span { border-color: rgb(175,113,236); }
td.TdClassName
{
border-color: #AF71EC;
}
.TagClassName
{
border-color: #AF71EC;
}
</style>