Shades of Medium Purple #AF77F7
Tints of Medium Purple #AF77F7
RGB
CMYK
RGB Variations
Color information
#AF77F7 (or 0xAF77F7) is known color: Medium Purple. HEX triplet: AF, 77 and F7. RGB value is (175,119,247). Sum of RGB (Red+Green+Blue) = 175+119+247=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF77F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77F7 is #508808. Grayscale: #959595. Windows color (decimal): -5277705 or 16218031. OLE color: 16218031.
HSL color Cylindrical-coordinate representation of color #AF77F7: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF77F7 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 119 | 247 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.03 |
| HSL | 266.25º | 0.89% | 0.72% | - |
| HSV(B) | 266.25º | 0.52% | 0.97% | - |
| XYZ | 41.06 | 29.02 | 91.43 | - |
| YUV | 150.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 247 | 0.29 | 0.52 | 0 | 0.03 | 266.25 | 0.89 | 0.72 |
| Hex | AF | 77 | F7 | 1D | 34 | 0 | 3 | 10A | 59 | 48 |
| Octal | 257 | 167 | 367 | 35 | 64 | 0 | 3 | 412 | 131 | 110 |
| Binary | 10101111 | 1110111 | 11110111 | 11101 | 110100 | 0 | 11 | 100001010 | 1011001 | 1001000 |
Color Harmonies of #AF77F7
Complementary color
Monochromatic Colors of #AF77F7
Black with #AF77F7
Text Example
Text Example
White with #AF77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77F7; }
p { color: rgb(175,119,247); }
H1.HeaderClassName
{
color: #AF77F7;
}
.AnyTagClassName
{
color: #AF77F7;
}
</style>
background-color css
<style>
a { background-color: #AF77F7; }
a { background-color: rgb(175,119,247); }
div.DivClassName
{
background-color: #AF77F7;
}
.BgClassName
{
background-color: #AF77F7;
}
</style>
border-color css
<style>
span { border-color: #AF77F7; }
span { border-color: rgb(175,119,247); }
td.TdClassName
{
border-color: #AF77F7;
}
.TagClassName
{
border-color: #AF77F7;
}
</style>