Shades of Medium Purple #AF64F5
Tints of Medium Purple #AF64F5
RGB
CMYK
RGB Variations
Color information
#AF64F5 (or 0xAF64F5) is known color: Medium Purple. HEX triplet: AF, 64 and F5. RGB value is (175,100,245). Sum of RGB (Red+Green+Blue) = 175+100+245=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF64F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF64F5 is #509B0A. Grayscale: #8A8A8A. Windows color (decimal): -5282571 or 16082095. OLE color: 16082095.
HSL color Cylindrical-coordinate representation of color #AF64F5: hue angle of 271.03º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF64F5 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 100 | 245 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.04 |
| HSL | 271.03º | 0.88% | 0.68% | - |
| HSV(B) | 271.03º | 0.59% | 0.96% | - |
| XYZ | 38.72 | 24.82 | 89.14 | - |
| YUV | 138.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 245 | 0.29 | 0.59 | 0 | 0.04 | 271.03 | 0.88 | 0.68 |
| Hex | AF | 64 | F5 | 1D | 3B | 0 | 4 | 10F | 58 | 44 |
| Octal | 257 | 144 | 365 | 35 | 73 | 0 | 4 | 417 | 130 | 104 |
| Binary | 10101111 | 1100100 | 11110101 | 11101 | 111011 | 0 | 100 | 100001111 | 1011000 | 1000100 |
Color Harmonies of #AF64F5
Complementary color
Monochromatic Colors of #AF64F5
Black with #AF64F5
Text Example
Text Example
White with #AF64F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64F5; }
p { color: rgb(175,100,245); }
H1.HeaderClassName
{
color: #AF64F5;
}
.AnyTagClassName
{
color: #AF64F5;
}
</style>
background-color css
<style>
a { background-color: #AF64F5; }
a { background-color: rgb(175,100,245); }
div.DivClassName
{
background-color: #AF64F5;
}
.BgClassName
{
background-color: #AF64F5;
}
</style>
border-color css
<style>
span { border-color: #AF64F5; }
span { border-color: rgb(175,100,245); }
td.TdClassName
{
border-color: #AF64F5;
}
.TagClassName
{
border-color: #AF64F5;
}
</style>