Shades of Medium Purple #AF63FD
Tints of Medium Purple #AF63FD
RGB
CMYK
RGB Variations
Color information
#AF63FD (or 0xAF63FD) is known color: Medium Purple. HEX triplet: AF, 63 and FD. RGB value is (175,99,253). Sum of RGB (Red+Green+Blue) = 175+99+253=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63FD is #509C02. Grayscale: #8A8A8A. Windows color (decimal): -5282819 or 16606127. OLE color: 16606127.
HSL color Cylindrical-coordinate representation of color #AF63FD: hue angle of 269.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF63FD is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 99 | 253 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.01 |
| HSL | 269.61º | 0.97% | 0.69% | - |
| HSV(B) | 269.61º | 0.61% | 0.99% | - |
| XYZ | 39.87 | 25.13 | 95.68 | - |
| YUV | 139.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 253 | 0.31 | 0.61 | 0 | 0.01 | 269.61 | 0.97 | 0.69 |
| Hex | AF | 63 | FD | 1F | 3D | 0 | 1 | 10E | 61 | 45 |
| Octal | 257 | 143 | 375 | 37 | 75 | 0 | 1 | 416 | 141 | 105 |
| Binary | 10101111 | 1100011 | 11111101 | 11111 | 111101 | 0 | 1 | 100001110 | 1100001 | 1000101 |
Color Harmonies of #AF63FD
Complementary color
Monochromatic Colors of #AF63FD
Black with #AF63FD
Text Example
Text Example
White with #AF63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63FD; }
p { color: rgb(175,99,253); }
H1.HeaderClassName
{
color: #AF63FD;
}
.AnyTagClassName
{
color: #AF63FD;
}
</style>
background-color css
<style>
a { background-color: #AF63FD; }
a { background-color: rgb(175,99,253); }
div.DivClassName
{
background-color: #AF63FD;
}
.BgClassName
{
background-color: #AF63FD;
}
</style>
border-color css
<style>
span { border-color: #AF63FD; }
span { border-color: rgb(175,99,253); }
td.TdClassName
{
border-color: #AF63FD;
}
.TagClassName
{
border-color: #AF63FD;
}
</style>