Shades of Medium Purple #AF76ED
Tints of Medium Purple #AF76ED
RGB
CMYK
RGB Variations
Color information
#AF76ED (or 0xAF76ED) is known color: Medium Purple. HEX triplet: AF, 76 and ED. RGB value is (175,118,237). Sum of RGB (Red+Green+Blue) = 175+118+237=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF76ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76ED is #508912. Grayscale: #949494. Windows color (decimal): -5277971 or 15562415. OLE color: 15562415.
HSL color Cylindrical-coordinate representation of color #AF76ED: hue angle of 268.74º degrees, saturation: 0.77, 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 #AF76ED is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 118 | 237 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 268.74º | 0.77% | 0.7% | - |
| HSV(B) | 268.74º | 0.5% | 0.93% | - |
| XYZ | 39.44 | 28.19 | 83.48 | - |
| YUV | 148.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 237 | 0.26 | 0.50 | 0 | 0.07 | 268.74 | 0.77 | 0.7 |
| Hex | AF | 76 | ED | 1A | 32 | 0 | 7 | 10D | 4D | 46 |
| Octal | 257 | 166 | 355 | 32 | 62 | 0 | 7 | 415 | 115 | 106 |
| Binary | 10101111 | 1110110 | 11101101 | 11010 | 110010 | 0 | 111 | 100001101 | 1001101 | 1000110 |
Color Harmonies of #AF76ED
Complementary color
Monochromatic Colors of #AF76ED
Black with #AF76ED
Text Example
Text Example
White with #AF76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76ED; }
p { color: rgb(175,118,237); }
H1.HeaderClassName
{
color: #AF76ED;
}
.AnyTagClassName
{
color: #AF76ED;
}
</style>
background-color css
<style>
a { background-color: #AF76ED; }
a { background-color: rgb(175,118,237); }
div.DivClassName
{
background-color: #AF76ED;
}
.BgClassName
{
background-color: #AF76ED;
}
</style>
border-color css
<style>
span { border-color: #AF76ED; }
span { border-color: rgb(175,118,237); }
td.TdClassName
{
border-color: #AF76ED;
}
.TagClassName
{
border-color: #AF76ED;
}
</style>