Shades of Medium Purple #AF80F1
Tints of Medium Purple #AF80F1
RGB
CMYK
RGB Variations
Color information
#AF80F1 (or 0xAF80F1) is known color: Medium Purple. HEX triplet: AF, 80 and F1. RGB value is (175,128,241). Sum of RGB (Red+Green+Blue) = 175+128+241=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF80F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F1 is #507F0E. Grayscale: #9A9A9A. Windows color (decimal): -5275407 or 15827119. OLE color: 15827119.
HSL color Cylindrical-coordinate representation of color #AF80F1: hue angle of 264.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF80F1 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 128 | 241 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.05 |
| HSL | 264.96º | 0.8% | 0.72% | - |
| HSV(B) | 264.96º | 0.47% | 0.95% | - |
| XYZ | 41.28 | 30.9 | 87.01 | - |
| YUV | 154.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 241 | 0.27 | 0.47 | 0 | 0.05 | 264.96 | 0.8 | 0.72 |
| Hex | AF | 80 | F1 | 1B | 2F | 0 | 5 | 109 | 50 | 48 |
| Octal | 257 | 200 | 361 | 33 | 57 | 0 | 5 | 411 | 120 | 110 |
| Binary | 10101111 | 10000000 | 11110001 | 11011 | 101111 | 0 | 101 | 100001001 | 1010000 | 1001000 |
Color Harmonies of #AF80F1
Complementary color
Monochromatic Colors of #AF80F1
Black with #AF80F1
Text Example
Text Example
White with #AF80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80F1; }
p { color: rgb(175,128,241); }
H1.HeaderClassName
{
color: #AF80F1;
}
.AnyTagClassName
{
color: #AF80F1;
}
</style>
background-color css
<style>
a { background-color: #AF80F1; }
a { background-color: rgb(175,128,241); }
div.DivClassName
{
background-color: #AF80F1;
}
.BgClassName
{
background-color: #AF80F1;
}
</style>
border-color css
<style>
span { border-color: #AF80F1; }
span { border-color: rgb(175,128,241); }
td.TdClassName
{
border-color: #AF80F1;
}
.TagClassName
{
border-color: #AF80F1;
}
</style>