Shades of Medium Purple #AF76FF
Tints of Medium Purple #AF76FF
RGB
CMYK
RGB Variations
Color information
#AF76FF (or 0xAF76FF) is known color: Medium Purple. HEX triplet: AF, 76 and FF. RGB value is (175,118,255). Sum of RGB (Red+Green+Blue) = 175+118+255=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76FF is #508900. Grayscale: #969696. Windows color (decimal): -5277953 or 16742063. OLE color: 16742063.
HSL color Cylindrical-coordinate representation of color #AF76FF: hue angle of 264.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF76FF is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 118 | 255 | - |
| CMYK | 0.31 | 0.54 | 0 | 0 |
| HSL | 264.96º | 1% | 0.73% | - |
| HSV(B) | 264.96º | 0.54% | 1% | - |
| XYZ | 42.21 | 29.29 | 98.04 | - |
| YUV | 150.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 255 | 0.31 | 0.54 | 0 | 0 | 264.96 | 1 | 0.73 |
| Hex | AF | 76 | FF | 1F | 36 | 0 | 0 | 109 | 64 | 49 |
| Octal | 257 | 166 | 377 | 37 | 66 | 0 | 0 | 411 | 144 | 111 |
| Binary | 10101111 | 1110110 | 11111111 | 11111 | 110110 | 0 | 0 | 100001001 | 1100100 | 1001001 |
Color Harmonies of #AF76FF
Complementary color
Monochromatic Colors of #AF76FF
Black with #AF76FF
Text Example
Text Example
White with #AF76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76FF; }
p { color: rgb(175,118,255); }
H1.HeaderClassName
{
color: #AF76FF;
}
.AnyTagClassName
{
color: #AF76FF;
}
</style>
background-color css
<style>
a { background-color: #AF76FF; }
a { background-color: rgb(175,118,255); }
div.DivClassName
{
background-color: #AF76FF;
}
.BgClassName
{
background-color: #AF76FF;
}
</style>
border-color css
<style>
span { border-color: #AF76FF; }
span { border-color: rgb(175,118,255); }
td.TdClassName
{
border-color: #AF76FF;
}
.TagClassName
{
border-color: #AF76FF;
}
</style>