Shades of Medium Purple #AF70E8
Tints of Medium Purple #AF70E8
RGB
CMYK
RGB Variations
Color information
#AF70E8 (or 0xAF70E8) is known color: Medium Purple. HEX triplet: AF, 70 and E8. RGB value is (175,112,232). Sum of RGB (Red+Green+Blue) = 175+112+232=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 232 (91.02% from 255 or 44.70% from 519); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF70E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70E8 is #508F17. Grayscale: #909090. Windows color (decimal): -5279512 or 15233199. OLE color: 15233199.
HSL color Cylindrical-coordinate representation of color #AF70E8: hue angle of 271.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF70E8 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 112 | 232 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.09 |
| HSL | 271.5º | 0.72% | 0.67% | - |
| HSV(B) | 271.5º | 0.52% | 0.91% | - |
| XYZ | 38.04 | 26.53 | 79.46 | - |
| YUV | 144.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 232 | 0.25 | 0.52 | 0 | 0.09 | 271.5 | 0.72 | 0.67 |
| Hex | AF | 70 | E8 | 19 | 34 | 0 | 9 | 110 | 48 | 43 |
| Octal | 257 | 160 | 350 | 31 | 64 | 0 | 11 | 420 | 110 | 103 |
| Binary | 10101111 | 1110000 | 11101000 | 11001 | 110100 | 0 | 1001 | 100010000 | 1001000 | 1000011 |
Color Harmonies of #AF70E8
Complementary color
Monochromatic Colors of #AF70E8
Black with #AF70E8
Text Example
Text Example
White with #AF70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70E8; }
p { color: rgb(175,112,232); }
H1.HeaderClassName
{
color: #AF70E8;
}
.AnyTagClassName
{
color: #AF70E8;
}
</style>
background-color css
<style>
a { background-color: #AF70E8; }
a { background-color: rgb(175,112,232); }
div.DivClassName
{
background-color: #AF70E8;
}
.BgClassName
{
background-color: #AF70E8;
}
</style>
border-color css
<style>
span { border-color: #AF70E8; }
span { border-color: rgb(175,112,232); }
td.TdClassName
{
border-color: #AF70E8;
}
.TagClassName
{
border-color: #AF70E8;
}
</style>