Shades of Medium Purple #AF70E9
Tints of Medium Purple #AF70E9
RGB
CMYK
RGB Variations
Color information
#AF70E9 (or 0xAF70E9) is known color: Medium Purple. HEX triplet: AF, 70 and E9. RGB value is (175,112,233). Sum of RGB (Red+Green+Blue) = 175+112+233=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF70E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70E9 is #508F16. Grayscale: #909090. Windows color (decimal): -5279511 or 15298735. OLE color: 15298735.
HSL color Cylindrical-coordinate representation of color #AF70E9: hue angle of 271.24º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF70E9 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 112 | 233 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.09 |
| HSL | 271.24º | 0.73% | 0.68% | - |
| HSV(B) | 271.24º | 0.52% | 0.91% | - |
| XYZ | 38.18 | 26.59 | 80.21 | - |
| YUV | 144.63 | 177.87 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 233 | 0.25 | 0.52 | 0 | 0.09 | 271.24 | 0.73 | 0.68 |
| Hex | AF | 70 | E9 | 19 | 34 | 0 | 9 | 10F | 49 | 44 |
| Octal | 257 | 160 | 351 | 31 | 64 | 0 | 11 | 417 | 111 | 104 |
| Binary | 10101111 | 1110000 | 11101001 | 11001 | 110100 | 0 | 1001 | 100001111 | 1001001 | 1000100 |
Color Harmonies of #AF70E9
Complementary color
Monochromatic Colors of #AF70E9
Black with #AF70E9
Text Example
Text Example
White with #AF70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70E9; }
p { color: rgb(175,112,233); }
H1.HeaderClassName
{
color: #AF70E9;
}
.AnyTagClassName
{
color: #AF70E9;
}
</style>
background-color css
<style>
a { background-color: #AF70E9; }
a { background-color: rgb(175,112,233); }
div.DivClassName
{
background-color: #AF70E9;
}
.BgClassName
{
background-color: #AF70E9;
}
</style>
border-color css
<style>
span { border-color: #AF70E9; }
span { border-color: rgb(175,112,233); }
td.TdClassName
{
border-color: #AF70E9;
}
.TagClassName
{
border-color: #AF70E9;
}
</style>