Shades of Medium Purple #AF68F6
Tints of Medium Purple #AF68F6
RGB
CMYK
RGB Variations
Color information
#AF68F6 (or 0xAF68F6) is known color: Medium Purple. HEX triplet: AF, 68 and F6. RGB value is (175,104,246). Sum of RGB (Red+Green+Blue) = 175+104+246=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF68F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF68F6 is #509709. Grayscale: #8C8C8C. Windows color (decimal): -5281546 or 16148655. OLE color: 16148655.
HSL color Cylindrical-coordinate representation of color #AF68F6: hue angle of 270º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF68F6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 104 | 246 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.04 |
| HSL | 270º | 0.89% | 0.69% | - |
| HSV(B) | 270º | 0.58% | 0.96% | - |
| XYZ | 39.26 | 25.67 | 90.07 | - |
| YUV | 141.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 246 | 0.29 | 0.58 | 0 | 0.04 | 270 | 0.89 | 0.69 |
| Hex | AF | 68 | F6 | 1D | 3A | 0 | 4 | 10E | 59 | 45 |
| Octal | 257 | 150 | 366 | 35 | 72 | 0 | 4 | 416 | 131 | 105 |
| Binary | 10101111 | 1101000 | 11110110 | 11101 | 111010 | 0 | 100 | 100001110 | 1011001 | 1000101 |
Color Harmonies of #AF68F6
Complementary color
Monochromatic Colors of #AF68F6
Black with #AF68F6
Text Example
Text Example
White with #AF68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68F6; }
p { color: rgb(175,104,246); }
H1.HeaderClassName
{
color: #AF68F6;
}
.AnyTagClassName
{
color: #AF68F6;
}
</style>
background-color css
<style>
a { background-color: #AF68F6; }
a { background-color: rgb(175,104,246); }
div.DivClassName
{
background-color: #AF68F6;
}
.BgClassName
{
background-color: #AF68F6;
}
</style>
border-color css
<style>
span { border-color: #AF68F6; }
span { border-color: rgb(175,104,246); }
td.TdClassName
{
border-color: #AF68F6;
}
.TagClassName
{
border-color: #AF68F6;
}
</style>