Shades of Medium Purple #AF73F7
Tints of Medium Purple #AF73F7
RGB
CMYK
RGB Variations
Color information
#AF73F7 (or 0xAF73F7) is known color: Medium Purple. HEX triplet: AF, 73 and F7. RGB value is (175,115,247). Sum of RGB (Red+Green+Blue) = 175+115+247=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF73F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73F7 is #508C08. Grayscale: #939393. Windows color (decimal): -5278729 or 16217007. OLE color: 16217007.
HSL color Cylindrical-coordinate representation of color #AF73F7: hue angle of 267.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF73F7 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 115 | 247 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.03 |
| HSL | 267.27º | 0.89% | 0.71% | - |
| HSV(B) | 267.27º | 0.53% | 0.97% | - |
| XYZ | 40.6 | 28.09 | 91.28 | - |
| YUV | 147.99 | 183.88 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 247 | 0.29 | 0.53 | 0 | 0.03 | 267.27 | 0.89 | 0.71 |
| Hex | AF | 73 | F7 | 1D | 35 | 0 | 3 | 10B | 59 | 47 |
| Octal | 257 | 163 | 367 | 35 | 65 | 0 | 3 | 413 | 131 | 107 |
| Binary | 10101111 | 1110011 | 11110111 | 11101 | 110101 | 0 | 11 | 100001011 | 1011001 | 1000111 |
Color Harmonies of #AF73F7
Complementary color
Monochromatic Colors of #AF73F7
Black with #AF73F7
Text Example
Text Example
White with #AF73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73F7; }
p { color: rgb(175,115,247); }
H1.HeaderClassName
{
color: #AF73F7;
}
.AnyTagClassName
{
color: #AF73F7;
}
</style>
background-color css
<style>
a { background-color: #AF73F7; }
a { background-color: rgb(175,115,247); }
div.DivClassName
{
background-color: #AF73F7;
}
.BgClassName
{
background-color: #AF73F7;
}
</style>
border-color css
<style>
span { border-color: #AF73F7; }
span { border-color: rgb(175,115,247); }
td.TdClassName
{
border-color: #AF73F7;
}
.TagClassName
{
border-color: #AF73F7;
}
</style>