Shades of Medium Purple #AF76EA
Tints of Medium Purple #AF76EA
RGB
CMYK
RGB Variations
Color information
#AF76EA (or 0xAF76EA) is known color: Medium Purple. HEX triplet: AF, 76 and EA. RGB value is (175,118,234). Sum of RGB (Red+Green+Blue) = 175+118+234=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF76EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76EA is #508915. Grayscale: #939393. Windows color (decimal): -5277974 or 15365807. OLE color: 15365807.
HSL color Cylindrical-coordinate representation of color #AF76EA: hue angle of 269.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF76EA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 118 | 234 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.08 |
| HSL | 269.48º | 0.73% | 0.69% | - |
| HSV(B) | 269.48º | 0.5% | 0.92% | - |
| XYZ | 39.01 | 28.01 | 81.19 | - |
| YUV | 148.27 | 176.38 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 234 | 0.25 | 0.50 | 0 | 0.08 | 269.48 | 0.73 | 0.69 |
| Hex | AF | 76 | EA | 19 | 32 | 0 | 8 | 10D | 49 | 45 |
| Octal | 257 | 166 | 352 | 31 | 62 | 0 | 10 | 415 | 111 | 105 |
| Binary | 10101111 | 1110110 | 11101010 | 11001 | 110010 | 0 | 1000 | 100001101 | 1001001 | 1000101 |
Color Harmonies of #AF76EA
Complementary color
Monochromatic Colors of #AF76EA
Black with #AF76EA
Text Example
Text Example
White with #AF76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76EA; }
p { color: rgb(175,118,234); }
H1.HeaderClassName
{
color: #AF76EA;
}
.AnyTagClassName
{
color: #AF76EA;
}
</style>
background-color css
<style>
a { background-color: #AF76EA; }
a { background-color: rgb(175,118,234); }
div.DivClassName
{
background-color: #AF76EA;
}
.BgClassName
{
background-color: #AF76EA;
}
</style>
border-color css
<style>
span { border-color: #AF76EA; }
span { border-color: rgb(175,118,234); }
td.TdClassName
{
border-color: #AF76EA;
}
.TagClassName
{
border-color: #AF76EA;
}
</style>