Shades of Medium Purple #AF77F3
Tints of Medium Purple #AF77F3
RGB
CMYK
RGB Variations
Color information
#AF77F3 (or 0xAF77F3) is known color: Medium Purple. HEX triplet: AF, 77 and F3. RGB value is (175,119,243). Sum of RGB (Red+Green+Blue) = 175+119+243=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF77F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F3 is #50880C. Grayscale: #959595. Windows color (decimal): -5277709 or 15955887. OLE color: 15955887.
HSL color Cylindrical-coordinate representation of color #AF77F3: hue angle of 267.1º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF77F3 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 119 | 243 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.05 |
| HSL | 267.1º | 0.84% | 0.71% | - |
| HSV(B) | 267.1º | 0.51% | 0.95% | - |
| XYZ | 40.45 | 28.78 | 88.22 | - |
| YUV | 149.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 243 | 0.28 | 0.51 | 0 | 0.05 | 267.1 | 0.84 | 0.71 |
| Hex | AF | 77 | F3 | 1C | 33 | 0 | 5 | 10B | 54 | 47 |
| Octal | 257 | 167 | 363 | 34 | 63 | 0 | 5 | 413 | 124 | 107 |
| Binary | 10101111 | 1110111 | 11110011 | 11100 | 110011 | 0 | 101 | 100001011 | 1010100 | 1000111 |
Color Harmonies of #AF77F3
Complementary color
Monochromatic Colors of #AF77F3
Black with #AF77F3
Text Example
Text Example
White with #AF77F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77F3; }
p { color: rgb(175,119,243); }
H1.HeaderClassName
{
color: #AF77F3;
}
.AnyTagClassName
{
color: #AF77F3;
}
</style>
background-color css
<style>
a { background-color: #AF77F3; }
a { background-color: rgb(175,119,243); }
div.DivClassName
{
background-color: #AF77F3;
}
.BgClassName
{
background-color: #AF77F3;
}
</style>
border-color css
<style>
span { border-color: #AF77F3; }
span { border-color: rgb(175,119,243); }
td.TdClassName
{
border-color: #AF77F3;
}
.TagClassName
{
border-color: #AF77F3;
}
</style>