Shades of Medium Purple #AF79F2
Tints of Medium Purple #AF79F2
RGB
CMYK
RGB Variations
Color information
#AF79F2 (or 0xAF79F2) is known color: Medium Purple. HEX triplet: AF, 79 and F2. RGB value is (175,121,242). Sum of RGB (Red+Green+Blue) = 175+121+242=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF79F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF79F2 is #50860D. Grayscale: #969696. Windows color (decimal): -5277198 or 15890863. OLE color: 15890863.
HSL color Cylindrical-coordinate representation of color #AF79F2: hue angle of 266.78º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF79F2 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 121 | 242 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.05 |
| HSL | 266.78º | 0.82% | 0.71% | - |
| HSV(B) | 266.78º | 0.5% | 0.95% | - |
| XYZ | 40.54 | 29.2 | 87.5 | - |
| YUV | 150.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 242 | 0.28 | 0.50 | 0 | 0.05 | 266.78 | 0.82 | 0.71 |
| Hex | AF | 79 | F2 | 1C | 32 | 0 | 5 | 10B | 52 | 47 |
| Octal | 257 | 171 | 362 | 34 | 62 | 0 | 5 | 413 | 122 | 107 |
| Binary | 10101111 | 1111001 | 11110010 | 11100 | 110010 | 0 | 101 | 100001011 | 1010010 | 1000111 |
Color Harmonies of #AF79F2
Complementary color
Monochromatic Colors of #AF79F2
Black with #AF79F2
Text Example
Text Example
White with #AF79F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79F2; }
p { color: rgb(175,121,242); }
H1.HeaderClassName
{
color: #AF79F2;
}
.AnyTagClassName
{
color: #AF79F2;
}
</style>
background-color css
<style>
a { background-color: #AF79F2; }
a { background-color: rgb(175,121,242); }
div.DivClassName
{
background-color: #AF79F2;
}
.BgClassName
{
background-color: #AF79F2;
}
</style>
border-color css
<style>
span { border-color: #AF79F2; }
span { border-color: rgb(175,121,242); }
td.TdClassName
{
border-color: #AF79F2;
}
.TagClassName
{
border-color: #AF79F2;
}
</style>