Shades of Medium Purple #AF80F7
Tints of Medium Purple #AF80F7
RGB
CMYK
RGB Variations
Color information
#AF80F7 (or 0xAF80F7) is known color: Medium Purple. HEX triplet: AF, 80 and F7. RGB value is (175,128,247). Sum of RGB (Red+Green+Blue) = 175+128+247=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF80F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F7 is #507F08. Grayscale: #9B9B9B. Windows color (decimal): -5275401 or 16220335. OLE color: 16220335.
HSL color Cylindrical-coordinate representation of color #AF80F7: hue angle of 263.7º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF80F7 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 128 | 247 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.03 |
| HSL | 263.7º | 0.88% | 0.74% | - |
| HSV(B) | 263.7º | 0.48% | 0.97% | - |
| XYZ | 42.19 | 31.27 | 91.81 | - |
| YUV | 155.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 247 | 0.29 | 0.48 | 0 | 0.03 | 263.7 | 0.88 | 0.74 |
| Hex | AF | 80 | F7 | 1D | 30 | 0 | 3 | 108 | 58 | 4A |
| Octal | 257 | 200 | 367 | 35 | 60 | 0 | 3 | 410 | 130 | 112 |
| Binary | 10101111 | 10000000 | 11110111 | 11101 | 110000 | 0 | 11 | 100001000 | 1011000 | 1001010 |
Color Harmonies of #AF80F7
Complementary color
Monochromatic Colors of #AF80F7
Black with #AF80F7
Text Example
Text Example
White with #AF80F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80F7; }
p { color: rgb(175,128,247); }
H1.HeaderClassName
{
color: #AF80F7;
}
.AnyTagClassName
{
color: #AF80F7;
}
</style>
background-color css
<style>
a { background-color: #AF80F7; }
a { background-color: rgb(175,128,247); }
div.DivClassName
{
background-color: #AF80F7;
}
.BgClassName
{
background-color: #AF80F7;
}
</style>
border-color css
<style>
span { border-color: #AF80F7; }
span { border-color: rgb(175,128,247); }
td.TdClassName
{
border-color: #AF80F7;
}
.TagClassName
{
border-color: #AF80F7;
}
</style>