Shades of Medium Purple #AF63F6
Tints of Medium Purple #AF63F6
RGB
CMYK
RGB Variations
Color information
#AF63F6 (or 0xAF63F6) is known color: Medium Purple. HEX triplet: AF, 63 and F6. RGB value is (175,99,246). Sum of RGB (Red+Green+Blue) = 175+99+246=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF63F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63F6 is #509C09. Grayscale: #898989. Windows color (decimal): -5282826 or 16147375. OLE color: 16147375.
HSL color Cylindrical-coordinate representation of color #AF63F6: hue angle of 271.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF63F6 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 99 | 246 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.04 |
| HSL | 271.02º | 0.89% | 0.68% | - |
| HSV(B) | 271.02º | 0.6% | 0.96% | - |
| XYZ | 38.78 | 24.69 | 89.91 | - |
| YUV | 138.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 246 | 0.29 | 0.60 | 0 | 0.04 | 271.02 | 0.89 | 0.68 |
| Hex | AF | 63 | F6 | 1D | 3C | 0 | 4 | 10F | 59 | 44 |
| Octal | 257 | 143 | 366 | 35 | 74 | 0 | 4 | 417 | 131 | 104 |
| Binary | 10101111 | 1100011 | 11110110 | 11101 | 111100 | 0 | 100 | 100001111 | 1011001 | 1000100 |
Color Harmonies of #AF63F6
Complementary color
Monochromatic Colors of #AF63F6
Black with #AF63F6
Text Example
Text Example
White with #AF63F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63F6; }
p { color: rgb(175,99,246); }
H1.HeaderClassName
{
color: #AF63F6;
}
.AnyTagClassName
{
color: #AF63F6;
}
</style>
background-color css
<style>
a { background-color: #AF63F6; }
a { background-color: rgb(175,99,246); }
div.DivClassName
{
background-color: #AF63F6;
}
.BgClassName
{
background-color: #AF63F6;
}
</style>
border-color css
<style>
span { border-color: #AF63F6; }
span { border-color: rgb(175,99,246); }
td.TdClassName
{
border-color: #AF63F6;
}
.TagClassName
{
border-color: #AF63F6;
}
</style>