Shades of Medium Purple #AF7CF6
Tints of Medium Purple #AF7CF6
RGB
CMYK
RGB Variations
Color information
#AF7CF6 (or 0xAF7CF6) is known color: Medium Purple. HEX triplet: AF, 7C and F6. RGB value is (175,124,246). Sum of RGB (Red+Green+Blue) = 175+124+246=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF7CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CF6 is #508309. Grayscale: #989898. Windows color (decimal): -5276426 or 16153775. OLE color: 16153775.
HSL color Cylindrical-coordinate representation of color #AF7CF6: hue angle of 265.08º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7CF6 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 124 | 246 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.04 |
| HSL | 265.08º | 0.87% | 0.73% | - |
| HSV(B) | 265.08º | 0.5% | 0.96% | - |
| XYZ | 41.52 | 30.18 | 90.83 | - |
| YUV | 153.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 246 | 0.29 | 0.50 | 0 | 0.04 | 265.08 | 0.87 | 0.73 |
| Hex | AF | 7C | F6 | 1D | 32 | 0 | 4 | 109 | 57 | 49 |
| Octal | 257 | 174 | 366 | 35 | 62 | 0 | 4 | 411 | 127 | 111 |
| Binary | 10101111 | 1111100 | 11110110 | 11101 | 110010 | 0 | 100 | 100001001 | 1010111 | 1001001 |
Color Harmonies of #AF7CF6
Complementary color
Monochromatic Colors of #AF7CF6
Black with #AF7CF6
Text Example
Text Example
White with #AF7CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CF6; }
p { color: rgb(175,124,246); }
H1.HeaderClassName
{
color: #AF7CF6;
}
.AnyTagClassName
{
color: #AF7CF6;
}
</style>
background-color css
<style>
a { background-color: #AF7CF6; }
a { background-color: rgb(175,124,246); }
div.DivClassName
{
background-color: #AF7CF6;
}
.BgClassName
{
background-color: #AF7CF6;
}
</style>
border-color css
<style>
span { border-color: #AF7CF6; }
span { border-color: rgb(175,124,246); }
td.TdClassName
{
border-color: #AF7CF6;
}
.TagClassName
{
border-color: #AF7CF6;
}
</style>