Shades of Medium Purple #AF63FE
Tints of Medium Purple #AF63FE
RGB
CMYK
RGB Variations
Color information
#AF63FE (or 0xAF63FE) is known color: Medium Purple. HEX triplet: AF, 63 and FE. RGB value is (175,99,254). Sum of RGB (Red+Green+Blue) = 175+99+254=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF63FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63FE is #509C01. Grayscale: #8A8A8A. Windows color (decimal): -5282818 or 16671663. OLE color: 16671663.
HSL color Cylindrical-coordinate representation of color #AF63FE: hue angle of 269.42º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF63FE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 99 | 254 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.00 |
| HSL | 269.42º | 0.99% | 0.69% | - |
| HSV(B) | 269.42º | 0.61% | 1% | - |
| XYZ | 40.03 | 25.19 | 96.52 | - |
| YUV | 139.39 | 192.68 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 254 | 0.31 | 0.61 | 0 | 0.00 | 269.42 | 0.99 | 0.69 |
| Hex | AF | 63 | FE | 1F | 3D | 0 | 0 | 10D | 63 | 45 |
| Octal | 257 | 143 | 376 | 37 | 75 | 0 | 0 | 415 | 143 | 105 |
| Binary | 10101111 | 1100011 | 11111110 | 11111 | 111101 | 0 | 0 | 100001101 | 1100011 | 1000101 |
Color Harmonies of #AF63FE
Complementary color
Monochromatic Colors of #AF63FE
Black with #AF63FE
Text Example
Text Example
White with #AF63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63FE; }
p { color: rgb(175,99,254); }
H1.HeaderClassName
{
color: #AF63FE;
}
.AnyTagClassName
{
color: #AF63FE;
}
</style>
background-color css
<style>
a { background-color: #AF63FE; }
a { background-color: rgb(175,99,254); }
div.DivClassName
{
background-color: #AF63FE;
}
.BgClassName
{
background-color: #AF63FE;
}
</style>
border-color css
<style>
span { border-color: #AF63FE; }
span { border-color: rgb(175,99,254); }
td.TdClassName
{
border-color: #AF63FE;
}
.TagClassName
{
border-color: #AF63FE;
}
</style>