Shades of Medium Purple #AF77F1
Tints of Medium Purple #AF77F1
RGB
CMYK
RGB Variations
Color information
#AF77F1 (or 0xAF77F1) is known color: Medium Purple. HEX triplet: AF, 77 and F1. RGB value is (175,119,241). Sum of RGB (Red+Green+Blue) = 175+119+241=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF77F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F1 is #50880E. Grayscale: #959595. Windows color (decimal): -5277711 or 15824815. OLE color: 15824815.
HSL color Cylindrical-coordinate representation of color #AF77F1: hue angle of 267.54º degrees, saturation: 0.81, 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 #AF77F1 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 119 | 241 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.05 |
| HSL | 267.54º | 0.81% | 0.71% | - |
| HSV(B) | 267.54º | 0.51% | 0.95% | - |
| XYZ | 40.15 | 28.66 | 86.63 | - |
| YUV | 149.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 241 | 0.27 | 0.51 | 0 | 0.05 | 267.54 | 0.81 | 0.71 |
| Hex | AF | 77 | F1 | 1B | 33 | 0 | 5 | 10C | 51 | 47 |
| Octal | 257 | 167 | 361 | 33 | 63 | 0 | 5 | 414 | 121 | 107 |
| Binary | 10101111 | 1110111 | 11110001 | 11011 | 110011 | 0 | 101 | 100001100 | 1010001 | 1000111 |
Color Harmonies of #AF77F1
Complementary color
Monochromatic Colors of #AF77F1
Black with #AF77F1
Text Example
Text Example
White with #AF77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77F1; }
p { color: rgb(175,119,241); }
H1.HeaderClassName
{
color: #AF77F1;
}
.AnyTagClassName
{
color: #AF77F1;
}
</style>
background-color css
<style>
a { background-color: #AF77F1; }
a { background-color: rgb(175,119,241); }
div.DivClassName
{
background-color: #AF77F1;
}
.BgClassName
{
background-color: #AF77F1;
}
</style>
border-color css
<style>
span { border-color: #AF77F1; }
span { border-color: rgb(175,119,241); }
td.TdClassName
{
border-color: #AF77F1;
}
.TagClassName
{
border-color: #AF77F1;
}
</style>