Shades of Medium Purple #AF78EC
Tints of Medium Purple #AF78EC
RGB
CMYK
RGB Variations
Color information
#AF78EC (or 0xAF78EC) is known color: Medium Purple. HEX triplet: AF, 78 and EC. RGB value is (175,120,236). Sum of RGB (Red+Green+Blue) = 175+120+236=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF78EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78EC is #508713. Grayscale: #959595. Windows color (decimal): -5277460 or 15497391. OLE color: 15497391.
HSL color Cylindrical-coordinate representation of color #AF78EC: hue angle of 268.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF78EC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 120 | 236 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 268.45º | 0.75% | 0.7% | - |
| HSV(B) | 268.45º | 0.49% | 0.93% | - |
| XYZ | 39.54 | 28.6 | 82.79 | - |
| YUV | 149.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 236 | 0.26 | 0.49 | 0 | 0.07 | 268.45 | 0.75 | 0.7 |
| Hex | AF | 78 | EC | 1A | 31 | 0 | 7 | 10C | 4B | 46 |
| Octal | 257 | 170 | 354 | 32 | 61 | 0 | 7 | 414 | 113 | 106 |
| Binary | 10101111 | 1111000 | 11101100 | 11010 | 110001 | 0 | 111 | 100001100 | 1001011 | 1000110 |
Color Harmonies of #AF78EC
Complementary color
Monochromatic Colors of #AF78EC
Black with #AF78EC
Text Example
Text Example
White with #AF78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78EC; }
p { color: rgb(175,120,236); }
H1.HeaderClassName
{
color: #AF78EC;
}
.AnyTagClassName
{
color: #AF78EC;
}
</style>
background-color css
<style>
a { background-color: #AF78EC; }
a { background-color: rgb(175,120,236); }
div.DivClassName
{
background-color: #AF78EC;
}
.BgClassName
{
background-color: #AF78EC;
}
</style>
border-color css
<style>
span { border-color: #AF78EC; }
span { border-color: rgb(175,120,236); }
td.TdClassName
{
border-color: #AF78EC;
}
.TagClassName
{
border-color: #AF78EC;
}
</style>