Shades of Medium Purple #AF73EE
Tints of Medium Purple #AF73EE
RGB
CMYK
RGB Variations
Color information
#AF73EE (or 0xAF73EE) is known color: Medium Purple. HEX triplet: AF, 73 and EE. RGB value is (175,115,238). Sum of RGB (Red+Green+Blue) = 175+115+238=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF73EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73EE is #508C11. Grayscale: #929292. Windows color (decimal): -5278738 or 15627183. OLE color: 15627183.
HSL color Cylindrical-coordinate representation of color #AF73EE: hue angle of 269.27º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF73EE is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 115 | 238 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.07 |
| HSL | 269.27º | 0.78% | 0.69% | - |
| HSV(B) | 269.27º | 0.52% | 0.93% | - |
| XYZ | 39.24 | 27.55 | 84.14 | - |
| YUV | 146.96 | 179.38 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 238 | 0.26 | 0.52 | 0 | 0.07 | 269.27 | 0.78 | 0.69 |
| Hex | AF | 73 | EE | 1A | 34 | 0 | 7 | 10D | 4E | 45 |
| Octal | 257 | 163 | 356 | 32 | 64 | 0 | 7 | 415 | 116 | 105 |
| Binary | 10101111 | 1110011 | 11101110 | 11010 | 110100 | 0 | 111 | 100001101 | 1001110 | 1000101 |
Color Harmonies of #AF73EE
Complementary color
Monochromatic Colors of #AF73EE
Black with #AF73EE
Text Example
Text Example
White with #AF73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73EE; }
p { color: rgb(175,115,238); }
H1.HeaderClassName
{
color: #AF73EE;
}
.AnyTagClassName
{
color: #AF73EE;
}
</style>
background-color css
<style>
a { background-color: #AF73EE; }
a { background-color: rgb(175,115,238); }
div.DivClassName
{
background-color: #AF73EE;
}
.BgClassName
{
background-color: #AF73EE;
}
</style>
border-color css
<style>
span { border-color: #AF73EE; }
span { border-color: rgb(175,115,238); }
td.TdClassName
{
border-color: #AF73EE;
}
.TagClassName
{
border-color: #AF73EE;
}
</style>