Shades of Medium Purple #AF70E5
Tints of Medium Purple #AF70E5
RGB
CMYK
RGB Variations
Color information
#AF70E5 (or 0xAF70E5) is known color: Medium Purple. HEX triplet: AF, 70 and E5. RGB value is (175,112,229). Sum of RGB (Red+Green+Blue) = 175+112+229=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70E5 is #508F1A. Grayscale: #8F8F8F. Windows color (decimal): -5279515 or 15036591. OLE color: 15036591.
HSL color Cylindrical-coordinate representation of color #AF70E5: hue angle of 272.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF70E5 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 112 | 229 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.10 |
| HSL | 272.31º | 0.69% | 0.67% | - |
| HSV(B) | 272.31º | 0.51% | 0.9% | - |
| XYZ | 37.62 | 26.36 | 77.23 | - |
| YUV | 144.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 229 | 0.24 | 0.51 | 0 | 0.10 | 272.31 | 0.69 | 0.67 |
| Hex | AF | 70 | E5 | 18 | 33 | 0 | A | 110 | 45 | 43 |
| Octal | 257 | 160 | 345 | 30 | 63 | 0 | 12 | 420 | 105 | 103 |
| Binary | 10101111 | 1110000 | 11100101 | 11000 | 110011 | 0 | 1010 | 100010000 | 1000101 | 1000011 |
Color Harmonies of #AF70E5
Complementary color
Monochromatic Colors of #AF70E5
Black with #AF70E5
Text Example
Text Example
White with #AF70E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF70E5; }
p { color: rgb(175,112,229); }
H1.HeaderClassName
{
color: #AF70E5;
}
.AnyTagClassName
{
color: #AF70E5;
}
</style>
background-color css
<style>
a { background-color: #AF70E5; }
a { background-color: rgb(175,112,229); }
div.DivClassName
{
background-color: #AF70E5;
}
.BgClassName
{
background-color: #AF70E5;
}
</style>
border-color css
<style>
span { border-color: #AF70E5; }
span { border-color: rgb(175,112,229); }
td.TdClassName
{
border-color: #AF70E5;
}
.TagClassName
{
border-color: #AF70E5;
}
</style>