Shades of Medium Purple #AF76EE
Tints of Medium Purple #AF76EE
RGB
CMYK
RGB Variations
Color information
#AF76EE (or 0xAF76EE) is known color: Medium Purple. HEX triplet: AF, 76 and EE. RGB value is (175,118,238). Sum of RGB (Red+Green+Blue) = 175+118+238=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF76EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76EE is #508911. Grayscale: #949494. Windows color (decimal): -5277970 or 15627951. OLE color: 15627951.
HSL color Cylindrical-coordinate representation of color #AF76EE: hue angle of 268.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF76EE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 118 | 238 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 268.5º | 0.78% | 0.7% | - |
| HSV(B) | 268.5º | 0.5% | 0.93% | - |
| XYZ | 39.59 | 28.24 | 84.25 | - |
| YUV | 148.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 238 | 0.26 | 0.50 | 0 | 0.07 | 268.5 | 0.78 | 0.7 |
| Hex | AF | 76 | EE | 1A | 32 | 0 | 7 | 10C | 4E | 46 |
| Octal | 257 | 166 | 356 | 32 | 62 | 0 | 7 | 414 | 116 | 106 |
| Binary | 10101111 | 1110110 | 11101110 | 11010 | 110010 | 0 | 111 | 100001100 | 1001110 | 1000110 |
Color Harmonies of #AF76EE
Complementary color
Monochromatic Colors of #AF76EE
Black with #AF76EE
Text Example
Text Example
White with #AF76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76EE; }
p { color: rgb(175,118,238); }
H1.HeaderClassName
{
color: #AF76EE;
}
.AnyTagClassName
{
color: #AF76EE;
}
</style>
background-color css
<style>
a { background-color: #AF76EE; }
a { background-color: rgb(175,118,238); }
div.DivClassName
{
background-color: #AF76EE;
}
.BgClassName
{
background-color: #AF76EE;
}
</style>
border-color css
<style>
span { border-color: #AF76EE; }
span { border-color: rgb(175,118,238); }
td.TdClassName
{
border-color: #AF76EE;
}
.TagClassName
{
border-color: #AF76EE;
}
</style>