Shades of Medium Purple #AF75EC
Tints of Medium Purple #AF75EC
RGB
CMYK
RGB Variations
Color information
#AF75EC (or 0xAF75EC) is known color: Medium Purple. HEX triplet: AF, 75 and EC. RGB value is (175,117,236). Sum of RGB (Red+Green+Blue) = 175+117+236=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75EC is #508A13. Grayscale: #939393. Windows color (decimal): -5278228 or 15496623. OLE color: 15496623.
HSL color Cylindrical-coordinate representation of color #AF75EC: hue angle of 269.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF75EC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 117 | 236 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 269.24º | 0.76% | 0.69% | - |
| HSV(B) | 269.24º | 0.5% | 0.93% | - |
| XYZ | 39.18 | 27.89 | 82.68 | - |
| YUV | 147.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 236 | 0.26 | 0.50 | 0 | 0.07 | 269.24 | 0.76 | 0.69 |
| Hex | AF | 75 | EC | 1A | 32 | 0 | 7 | 10D | 4C | 45 |
| Octal | 257 | 165 | 354 | 32 | 62 | 0 | 7 | 415 | 114 | 105 |
| Binary | 10101111 | 1110101 | 11101100 | 11010 | 110010 | 0 | 111 | 100001101 | 1001100 | 1000101 |
Color Harmonies of #AF75EC
Complementary color
Monochromatic Colors of #AF75EC
Black with #AF75EC
Text Example
Text Example
White with #AF75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75EC; }
p { color: rgb(175,117,236); }
H1.HeaderClassName
{
color: #AF75EC;
}
.AnyTagClassName
{
color: #AF75EC;
}
</style>
background-color css
<style>
a { background-color: #AF75EC; }
a { background-color: rgb(175,117,236); }
div.DivClassName
{
background-color: #AF75EC;
}
.BgClassName
{
background-color: #AF75EC;
}
</style>
border-color css
<style>
span { border-color: #AF75EC; }
span { border-color: rgb(175,117,236); }
td.TdClassName
{
border-color: #AF75EC;
}
.TagClassName
{
border-color: #AF75EC;
}
</style>