Shades of Medium Purple #AF68F3
Tints of Medium Purple #AF68F3
RGB
CMYK
RGB Variations
Color information
#AF68F3 (or 0xAF68F3) is known color: Medium Purple. HEX triplet: AF, 68 and F3. RGB value is (175,104,243). Sum of RGB (Red+Green+Blue) = 175+104+243=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF68F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F3 is #50970C. Grayscale: #8C8C8C. Windows color (decimal): -5281549 or 15952047. OLE color: 15952047.
HSL color Cylindrical-coordinate representation of color #AF68F3: hue angle of 270.65º degrees, saturation: 0.85, 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 #AF68F3 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 104 | 243 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.05 |
| HSL | 270.65º | 0.85% | 0.68% | - |
| HSV(B) | 270.65º | 0.57% | 0.95% | - |
| XYZ | 38.81 | 25.49 | 87.67 | - |
| YUV | 141.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 243 | 0.28 | 0.57 | 0 | 0.05 | 270.65 | 0.85 | 0.68 |
| Hex | AF | 68 | F3 | 1C | 39 | 0 | 5 | 10F | 55 | 44 |
| Octal | 257 | 150 | 363 | 34 | 71 | 0 | 5 | 417 | 125 | 104 |
| Binary | 10101111 | 1101000 | 11110011 | 11100 | 111001 | 0 | 101 | 100001111 | 1010101 | 1000100 |
Color Harmonies of #AF68F3
Complementary color
Monochromatic Colors of #AF68F3
Black with #AF68F3
Text Example
Text Example
White with #AF68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68F3; }
p { color: rgb(175,104,243); }
H1.HeaderClassName
{
color: #AF68F3;
}
.AnyTagClassName
{
color: #AF68F3;
}
</style>
background-color css
<style>
a { background-color: #AF68F3; }
a { background-color: rgb(175,104,243); }
div.DivClassName
{
background-color: #AF68F3;
}
.BgClassName
{
background-color: #AF68F3;
}
</style>
border-color css
<style>
span { border-color: #AF68F3; }
span { border-color: rgb(175,104,243); }
td.TdClassName
{
border-color: #AF68F3;
}
.TagClassName
{
border-color: #AF68F3;
}
</style>