Shades of Medium Purple #AF68F1
Tints of Medium Purple #AF68F1
RGB
CMYK
RGB Variations
Color information
#AF68F1 (or 0xAF68F1) is known color: Medium Purple. HEX triplet: AF, 68 and F1. RGB value is (175,104,241). Sum of RGB (Red+Green+Blue) = 175+104+241=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF68F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F1 is #50970E. Grayscale: #8C8C8C. Windows color (decimal): -5281551 or 15820975. OLE color: 15820975.
HSL color Cylindrical-coordinate representation of color #AF68F1: hue angle of 271.09º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF68F1 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 104 | 241 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.05 |
| HSL | 271.09º | 0.83% | 0.68% | - |
| HSV(B) | 271.09º | 0.57% | 0.95% | - |
| XYZ | 38.51 | 25.37 | 86.09 | - |
| YUV | 140.85 | 184.52 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 241 | 0.27 | 0.57 | 0 | 0.05 | 271.09 | 0.83 | 0.68 |
| Hex | AF | 68 | F1 | 1B | 39 | 0 | 5 | 10F | 53 | 44 |
| Octal | 257 | 150 | 361 | 33 | 71 | 0 | 5 | 417 | 123 | 104 |
| Binary | 10101111 | 1101000 | 11110001 | 11011 | 111001 | 0 | 101 | 100001111 | 1010011 | 1000100 |
Color Harmonies of #AF68F1
Complementary color
Monochromatic Colors of #AF68F1
Black with #AF68F1
Text Example
Text Example
White with #AF68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68F1; }
p { color: rgb(175,104,241); }
H1.HeaderClassName
{
color: #AF68F1;
}
.AnyTagClassName
{
color: #AF68F1;
}
</style>
background-color css
<style>
a { background-color: #AF68F1; }
a { background-color: rgb(175,104,241); }
div.DivClassName
{
background-color: #AF68F1;
}
.BgClassName
{
background-color: #AF68F1;
}
</style>
border-color css
<style>
span { border-color: #AF68F1; }
span { border-color: rgb(175,104,241); }
td.TdClassName
{
border-color: #AF68F1;
}
.TagClassName
{
border-color: #AF68F1;
}
</style>