Shades of Medium Purple #AF63FA
Tints of Medium Purple #AF63FA
RGB
CMYK
RGB Variations
Color information
#AF63FA (or 0xAF63FA) is known color: Medium Purple. HEX triplet: AF, 63 and FA. RGB value is (175,99,250). Sum of RGB (Red+Green+Blue) = 175+99+250=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF63FA is #509C05. Grayscale: #8A8A8A. Windows color (decimal): -5282822 or 16409519. OLE color: 16409519.
HSL color Cylindrical-coordinate representation of color #AF63FA: hue angle of 270.2º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF63FA is Cyan = 0.3, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 99 | 250 | - |
| CMYK | 0.3 | 0.60 | 0 | 0.02 |
| HSL | 270.2º | 0.94% | 0.68% | - |
| HSV(B) | 270.2º | 0.6% | 0.98% | - |
| XYZ | 39.4 | 24.94 | 93.18 | - |
| YUV | 138.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 99 | 250 | 0.3 | 0.60 | 0 | 0.02 | 270.2 | 0.94 | 0.68 |
| Hex | AF | 63 | FA | 1E | 3C | 0 | 2 | 10E | 5E | 44 |
| Octal | 257 | 143 | 372 | 36 | 74 | 0 | 2 | 416 | 136 | 104 |
| Binary | 10101111 | 1100011 | 11111010 | 11110 | 111100 | 0 | 10 | 100001110 | 1011110 | 1000100 |
Color Harmonies of #AF63FA
Complementary color
Monochromatic Colors of #AF63FA
Black with #AF63FA
Text Example
Text Example
White with #AF63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF63FA; }
p { color: rgb(175,99,250); }
H1.HeaderClassName
{
color: #AF63FA;
}
.AnyTagClassName
{
color: #AF63FA;
}
</style>
background-color css
<style>
a { background-color: #AF63FA; }
a { background-color: rgb(175,99,250); }
div.DivClassName
{
background-color: #AF63FA;
}
.BgClassName
{
background-color: #AF63FA;
}
</style>
border-color css
<style>
span { border-color: #AF63FA; }
span { border-color: rgb(175,99,250); }
td.TdClassName
{
border-color: #AF63FA;
}
.TagClassName
{
border-color: #AF63FA;
}
</style>