Shades of Medium Purple #AF70F0
Tints of Medium Purple #AF70F0
RGB
CMYK
RGB Variations
Color information
#AF70F0 (or 0xAF70F0) is known color: Medium Purple. HEX triplet: AF, 70 and F0. RGB value is (175,112,240). Sum of RGB (Red+Green+Blue) = 175+112+240=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF70F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70F0 is #508F0F. Grayscale: #909090. Windows color (decimal): -5279504 or 15757487. OLE color: 15757487.
HSL color Cylindrical-coordinate representation of color #AF70F0: hue angle of 269.53º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF70F0 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 112 | 240 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.06 |
| HSL | 269.53º | 0.81% | 0.69% | - |
| HSV(B) | 269.53º | 0.53% | 0.94% | - |
| XYZ | 39.2 | 26.99 | 85.58 | - |
| YUV | 145.43 | 181.37 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 240 | 0.27 | 0.53 | 0 | 0.06 | 269.53 | 0.81 | 0.69 |
| Hex | AF | 70 | F0 | 1B | 35 | 0 | 6 | 10E | 51 | 45 |
| Octal | 257 | 160 | 360 | 33 | 65 | 0 | 6 | 416 | 121 | 105 |
| Binary | 10101111 | 1110000 | 11110000 | 11011 | 110101 | 0 | 110 | 100001110 | 1010001 | 1000101 |
Color Harmonies of #AF70F0
Complementary color
Monochromatic Colors of #AF70F0
Black with #AF70F0
Text Example
Text Example
White with #AF70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70F0; }
p { color: rgb(175,112,240); }
H1.HeaderClassName
{
color: #AF70F0;
}
.AnyTagClassName
{
color: #AF70F0;
}
</style>
background-color css
<style>
a { background-color: #AF70F0; }
a { background-color: rgb(175,112,240); }
div.DivClassName
{
background-color: #AF70F0;
}
.BgClassName
{
background-color: #AF70F0;
}
</style>
border-color css
<style>
span { border-color: #AF70F0; }
span { border-color: rgb(175,112,240); }
td.TdClassName
{
border-color: #AF70F0;
}
.TagClassName
{
border-color: #AF70F0;
}
</style>