Shades of Medium Purple #AF72F0
Tints of Medium Purple #AF72F0
RGB
CMYK
RGB Variations
Color information
#AF72F0 (or 0xAF72F0) is known color: Medium Purple. HEX triplet: AF, 72 and F0. RGB value is (175,114,240). Sum of RGB (Red+Green+Blue) = 175+114+240=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF72F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF72F0 is #508D0F. Grayscale: #929292. Windows color (decimal): -5278992 or 15757999. OLE color: 15757999.
HSL color Cylindrical-coordinate representation of color #AF72F0: hue angle of 269.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF72F0 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 114 | 240 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.06 |
| HSL | 269.05º | 0.81% | 0.69% | - |
| HSV(B) | 269.05º | 0.53% | 0.94% | - |
| XYZ | 39.42 | 27.44 | 85.66 | - |
| YUV | 146.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 240 | 0.27 | 0.52 | 0 | 0.06 | 269.05 | 0.81 | 0.69 |
| Hex | AF | 72 | F0 | 1B | 34 | 0 | 6 | 10D | 51 | 45 |
| Octal | 257 | 162 | 360 | 33 | 64 | 0 | 6 | 415 | 121 | 105 |
| Binary | 10101111 | 1110010 | 11110000 | 11011 | 110100 | 0 | 110 | 100001101 | 1010001 | 1000101 |
Color Harmonies of #AF72F0
Complementary color
Monochromatic Colors of #AF72F0
Black with #AF72F0
Text Example
Text Example
White with #AF72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF72F0; }
p { color: rgb(175,114,240); }
H1.HeaderClassName
{
color: #AF72F0;
}
.AnyTagClassName
{
color: #AF72F0;
}
</style>
background-color css
<style>
a { background-color: #AF72F0; }
a { background-color: rgb(175,114,240); }
div.DivClassName
{
background-color: #AF72F0;
}
.BgClassName
{
background-color: #AF72F0;
}
</style>
border-color css
<style>
span { border-color: #AF72F0; }
span { border-color: rgb(175,114,240); }
td.TdClassName
{
border-color: #AF72F0;
}
.TagClassName
{
border-color: #AF72F0;
}
</style>