Shades of Medium Purple #AF79EC
Tints of Medium Purple #AF79EC
RGB
CMYK
RGB Variations
Color information
#AF79EC (or 0xAF79EC) is known color: Medium Purple. HEX triplet: AF, 79 and EC. RGB value is (175,121,236). Sum of RGB (Red+Green+Blue) = 175+121+236=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF79EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79EC is #508613. Grayscale: #959595. Windows color (decimal): -5277204 or 15497647. OLE color: 15497647.
HSL color Cylindrical-coordinate representation of color #AF79EC: hue angle of 268.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF79EC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 121 | 236 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 268.17º | 0.75% | 0.7% | - |
| HSV(B) | 268.17º | 0.49% | 0.93% | - |
| XYZ | 39.66 | 28.84 | 82.83 | - |
| YUV | 150.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 236 | 0.26 | 0.49 | 0 | 0.07 | 268.17 | 0.75 | 0.7 |
| Hex | AF | 79 | EC | 1A | 31 | 0 | 7 | 10C | 4B | 46 |
| Octal | 257 | 171 | 354 | 32 | 61 | 0 | 7 | 414 | 113 | 106 |
| Binary | 10101111 | 1111001 | 11101100 | 11010 | 110001 | 0 | 111 | 100001100 | 1001011 | 1000110 |
Color Harmonies of #AF79EC
Complementary color
Monochromatic Colors of #AF79EC
Black with #AF79EC
Text Example
Text Example
White with #AF79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79EC; }
p { color: rgb(175,121,236); }
H1.HeaderClassName
{
color: #AF79EC;
}
.AnyTagClassName
{
color: #AF79EC;
}
</style>
background-color css
<style>
a { background-color: #AF79EC; }
a { background-color: rgb(175,121,236); }
div.DivClassName
{
background-color: #AF79EC;
}
.BgClassName
{
background-color: #AF79EC;
}
</style>
border-color css
<style>
span { border-color: #AF79EC; }
span { border-color: rgb(175,121,236); }
td.TdClassName
{
border-color: #AF79EC;
}
.TagClassName
{
border-color: #AF79EC;
}
</style>