Shades of Medium Purple #AF68F7
Tints of Medium Purple #AF68F7
RGB
CMYK
RGB Variations
Color information
#AF68F7 (or 0xAF68F7) is known color: Medium Purple. HEX triplet: AF, 68 and F7. RGB value is (175,104,247). Sum of RGB (Red+Green+Blue) = 175+104+247=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF68F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F7 is #509708. Grayscale: #8D8D8D. Windows color (decimal): -5281545 or 16214191. OLE color: 16214191.
HSL color Cylindrical-coordinate representation of color #AF68F7: hue angle of 269.79º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF68F7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 104 | 247 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.03 |
| HSL | 269.79º | 0.9% | 0.69% | - |
| HSV(B) | 269.79º | 0.58% | 0.97% | - |
| XYZ | 39.42 | 25.73 | 90.88 | - |
| YUV | 141.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 247 | 0.29 | 0.58 | 0 | 0.03 | 269.79 | 0.9 | 0.69 |
| Hex | AF | 68 | F7 | 1D | 3A | 0 | 3 | 10E | 5A | 45 |
| Octal | 257 | 150 | 367 | 35 | 72 | 0 | 3 | 416 | 132 | 105 |
| Binary | 10101111 | 1101000 | 11110111 | 11101 | 111010 | 0 | 11 | 100001110 | 1011010 | 1000101 |
Color Harmonies of #AF68F7
Complementary color
Monochromatic Colors of #AF68F7
Black with #AF68F7
Text Example
Text Example
White with #AF68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68F7; }
p { color: rgb(175,104,247); }
H1.HeaderClassName
{
color: #AF68F7;
}
.AnyTagClassName
{
color: #AF68F7;
}
</style>
background-color css
<style>
a { background-color: #AF68F7; }
a { background-color: rgb(175,104,247); }
div.DivClassName
{
background-color: #AF68F7;
}
.BgClassName
{
background-color: #AF68F7;
}
</style>
border-color css
<style>
span { border-color: #AF68F7; }
span { border-color: rgb(175,104,247); }
td.TdClassName
{
border-color: #AF68F7;
}
.TagClassName
{
border-color: #AF68F7;
}
</style>