Shades of Medium Purple #AF83FF
Tints of Medium Purple #AF83FF
RGB
CMYK
RGB Variations
Color information
#AF83FF (or 0xAF83FF) is known color: Medium Purple. HEX triplet: AF, 83 and FF. RGB value is (175,131,255). Sum of RGB (Red+Green+Blue) = 175+131+255=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF83FF is #507C00. Grayscale: #9D9D9D. Windows color (decimal): -5274625 or 16745391. OLE color: 16745391.
HSL color Cylindrical-coordinate representation of color #AF83FF: hue angle of 261.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF83FF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 131 | 255 | - |
| CMYK | 0.31 | 0.49 | 0 | 0 |
| HSL | 261.29º | 1% | 0.76% | - |
| HSV(B) | 261.29º | 0.49% | 1% | - |
| XYZ | 43.85 | 32.57 | 98.58 | - |
| YUV | 158.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 255 | 0.31 | 0.49 | 0 | 0 | 261.29 | 1 | 0.76 |
| Hex | AF | 83 | FF | 1F | 31 | 0 | 0 | 105 | 64 | 4C |
| Octal | 257 | 203 | 377 | 37 | 61 | 0 | 0 | 405 | 144 | 114 |
| Binary | 10101111 | 10000011 | 11111111 | 11111 | 110001 | 0 | 0 | 100000101 | 1100100 | 1001100 |
Color Harmonies of #AF83FF
Complementary color
Monochromatic Colors of #AF83FF
Black with #AF83FF
Text Example
Text Example
White with #AF83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83FF; }
p { color: rgb(175,131,255); }
H1.HeaderClassName
{
color: #AF83FF;
}
.AnyTagClassName
{
color: #AF83FF;
}
</style>
background-color css
<style>
a { background-color: #AF83FF; }
a { background-color: rgb(175,131,255); }
div.DivClassName
{
background-color: #AF83FF;
}
.BgClassName
{
background-color: #AF83FF;
}
</style>
border-color css
<style>
span { border-color: #AF83FF; }
span { border-color: rgb(175,131,255); }
td.TdClassName
{
border-color: #AF83FF;
}
.TagClassName
{
border-color: #AF83FF;
}
</style>