Shades of Medium Purple #AF80F3
Tints of Medium Purple #AF80F3
RGB
CMYK
RGB Variations
Color information
#AF80F3 (or 0xAF80F3) is known color: Medium Purple. HEX triplet: AF, 80 and F3. RGB value is (175,128,243). Sum of RGB (Red+Green+Blue) = 175+128+243=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF80F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80F3 is #507F0C. Grayscale: #9A9A9A. Windows color (decimal): -5275405 or 15958191. OLE color: 15958191.
HSL color Cylindrical-coordinate representation of color #AF80F3: hue angle of 264.52º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF80F3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 128 | 243 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.05 |
| HSL | 264.52º | 0.83% | 0.73% | - |
| HSV(B) | 264.52º | 0.47% | 0.95% | - |
| XYZ | 41.58 | 31.02 | 88.59 | - |
| YUV | 155.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 243 | 0.28 | 0.47 | 0 | 0.05 | 264.52 | 0.83 | 0.73 |
| Hex | AF | 80 | F3 | 1C | 2F | 0 | 5 | 109 | 53 | 49 |
| Octal | 257 | 200 | 363 | 34 | 57 | 0 | 5 | 411 | 123 | 111 |
| Binary | 10101111 | 10000000 | 11110011 | 11100 | 101111 | 0 | 101 | 100001001 | 1010011 | 1001001 |
Color Harmonies of #AF80F3
Complementary color
Monochromatic Colors of #AF80F3
Black with #AF80F3
Text Example
Text Example
White with #AF80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80F3; }
p { color: rgb(175,128,243); }
H1.HeaderClassName
{
color: #AF80F3;
}
.AnyTagClassName
{
color: #AF80F3;
}
</style>
background-color css
<style>
a { background-color: #AF80F3; }
a { background-color: rgb(175,128,243); }
div.DivClassName
{
background-color: #AF80F3;
}
.BgClassName
{
background-color: #AF80F3;
}
</style>
border-color css
<style>
span { border-color: #AF80F3; }
span { border-color: rgb(175,128,243); }
td.TdClassName
{
border-color: #AF80F3;
}
.TagClassName
{
border-color: #AF80F3;
}
</style>