Shades of Medium Purple #AF80F8
Tints of Medium Purple #AF80F8
RGB
CMYK
RGB Variations
Color information
#AF80F8 (or 0xAF80F8) is known color: Medium Purple. HEX triplet: AF, 80 and F8. RGB value is (175,128,248). Sum of RGB (Red+Green+Blue) = 175+128+248=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF80F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F8 is #507F07. Grayscale: #9B9B9B. Windows color (decimal): -5275400 or 16285871. OLE color: 16285871.
HSL color Cylindrical-coordinate representation of color #AF80F8: hue angle of 263.5º degrees, saturation: 0.9, 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 #AF80F8 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 128 | 248 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.03 |
| HSL | 263.5º | 0.9% | 0.74% | - |
| HSV(B) | 263.5º | 0.48% | 0.97% | - |
| XYZ | 42.34 | 31.33 | 92.62 | - |
| YUV | 155.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 248 | 0.29 | 0.48 | 0 | 0.03 | 263.5 | 0.9 | 0.74 |
| Hex | AF | 80 | F8 | 1D | 30 | 0 | 3 | 108 | 5A | 4A |
| Octal | 257 | 200 | 370 | 35 | 60 | 0 | 3 | 410 | 132 | 112 |
| Binary | 10101111 | 10000000 | 11111000 | 11101 | 110000 | 0 | 11 | 100001000 | 1011010 | 1001010 |
Color Harmonies of #AF80F8
Complementary color
Monochromatic Colors of #AF80F8
Black with #AF80F8
Text Example
Text Example
White with #AF80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80F8; }
p { color: rgb(175,128,248); }
H1.HeaderClassName
{
color: #AF80F8;
}
.AnyTagClassName
{
color: #AF80F8;
}
</style>
background-color css
<style>
a { background-color: #AF80F8; }
a { background-color: rgb(175,128,248); }
div.DivClassName
{
background-color: #AF80F8;
}
.BgClassName
{
background-color: #AF80F8;
}
</style>
border-color css
<style>
span { border-color: #AF80F8; }
span { border-color: rgb(175,128,248); }
td.TdClassName
{
border-color: #AF80F8;
}
.TagClassName
{
border-color: #AF80F8;
}
</style>