Shades of Medium Purple #AF74ED
Tints of Medium Purple #AF74ED
RGB
CMYK
RGB Variations
Color information
#AF74ED (or 0xAF74ED) is known color: Medium Purple. HEX triplet: AF, 74 and ED. RGB value is (175,116,237). Sum of RGB (Red+Green+Blue) = 175+116+237=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF74ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74ED is #508B12. Grayscale: #939393. Windows color (decimal): -5278483 or 15561903. OLE color: 15561903.
HSL color Cylindrical-coordinate representation of color #AF74ED: hue angle of 269.26º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF74ED is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 116 | 237 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.07 |
| HSL | 269.26º | 0.77% | 0.69% | - |
| HSV(B) | 269.26º | 0.51% | 0.93% | - |
| XYZ | 39.21 | 27.72 | 83.4 | - |
| YUV | 147.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 237 | 0.26 | 0.51 | 0 | 0.07 | 269.26 | 0.77 | 0.69 |
| Hex | AF | 74 | ED | 1A | 33 | 0 | 7 | 10D | 4D | 45 |
| Octal | 257 | 164 | 355 | 32 | 63 | 0 | 7 | 415 | 115 | 105 |
| Binary | 10101111 | 1110100 | 11101101 | 11010 | 110011 | 0 | 111 | 100001101 | 1001101 | 1000101 |
Color Harmonies of #AF74ED
Complementary color
Monochromatic Colors of #AF74ED
Black with #AF74ED
Text Example
Text Example
White with #AF74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74ED; }
p { color: rgb(175,116,237); }
H1.HeaderClassName
{
color: #AF74ED;
}
.AnyTagClassName
{
color: #AF74ED;
}
</style>
background-color css
<style>
a { background-color: #AF74ED; }
a { background-color: rgb(175,116,237); }
div.DivClassName
{
background-color: #AF74ED;
}
.BgClassName
{
background-color: #AF74ED;
}
</style>
border-color css
<style>
span { border-color: #AF74ED; }
span { border-color: rgb(175,116,237); }
td.TdClassName
{
border-color: #AF74ED;
}
.TagClassName
{
border-color: #AF74ED;
}
</style>