Shades of Medium Purple #AF80F5
Tints of Medium Purple #AF80F5
RGB
CMYK
RGB Variations
Color information
#AF80F5 (or 0xAF80F5) is known color: Medium Purple. HEX triplet: AF, 80 and F5. RGB value is (175,128,245). Sum of RGB (Red+Green+Blue) = 175+128+245=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF80F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F5 is #507F0A. Grayscale: #9A9A9A. Windows color (decimal): -5275403 or 16089263. OLE color: 16089263.
HSL color Cylindrical-coordinate representation of color #AF80F5: hue angle of 264.1º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF80F5 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 128 | 245 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.04 |
| HSL | 264.1º | 0.85% | 0.73% | - |
| HSV(B) | 264.1º | 0.48% | 0.96% | - |
| XYZ | 41.88 | 31.14 | 90.19 | - |
| YUV | 155.39 | 178.57 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 245 | 0.29 | 0.48 | 0 | 0.04 | 264.1 | 0.85 | 0.73 |
| Hex | AF | 80 | F5 | 1D | 30 | 0 | 4 | 108 | 55 | 49 |
| Octal | 257 | 200 | 365 | 35 | 60 | 0 | 4 | 410 | 125 | 111 |
| Binary | 10101111 | 10000000 | 11110101 | 11101 | 110000 | 0 | 100 | 100001000 | 1010101 | 1001001 |
Color Harmonies of #AF80F5
Complementary color
Monochromatic Colors of #AF80F5
Black with #AF80F5
Text Example
Text Example
White with #AF80F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80F5; }
p { color: rgb(175,128,245); }
H1.HeaderClassName
{
color: #AF80F5;
}
.AnyTagClassName
{
color: #AF80F5;
}
</style>
background-color css
<style>
a { background-color: #AF80F5; }
a { background-color: rgb(175,128,245); }
div.DivClassName
{
background-color: #AF80F5;
}
.BgClassName
{
background-color: #AF80F5;
}
</style>
border-color css
<style>
span { border-color: #AF80F5; }
span { border-color: rgb(175,128,245); }
td.TdClassName
{
border-color: #AF80F5;
}
.TagClassName
{
border-color: #AF80F5;
}
</style>