Shades of Medium Purple #AF6BF6
Tints of Medium Purple #AF6BF6
RGB
CMYK
RGB Variations
Color information
#AF6BF6 (or 0xAF6BF6) is known color: Medium Purple. HEX triplet: AF, 6B and F6. RGB value is (175,107,246). Sum of RGB (Red+Green+Blue) = 175+107+246=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF6BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BF6 is #509409. Grayscale: #8E8E8E. Windows color (decimal): -5280778 or 16149423. OLE color: 16149423.
HSL color Cylindrical-coordinate representation of color #AF6BF6: hue angle of 269.35º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6BF6 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 107 | 246 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.04 |
| HSL | 269.35º | 0.89% | 0.69% | - |
| HSV(B) | 269.35º | 0.57% | 0.96% | - |
| XYZ | 39.57 | 26.28 | 90.18 | - |
| YUV | 143.18 | 186.03 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 246 | 0.29 | 0.57 | 0 | 0.04 | 269.35 | 0.89 | 0.69 |
| Hex | AF | 6B | F6 | 1D | 39 | 0 | 4 | 10D | 59 | 45 |
| Octal | 257 | 153 | 366 | 35 | 71 | 0 | 4 | 415 | 131 | 105 |
| Binary | 10101111 | 1101011 | 11110110 | 11101 | 111001 | 0 | 100 | 100001101 | 1011001 | 1000101 |
Color Harmonies of #AF6BF6
Complementary color
Monochromatic Colors of #AF6BF6
Black with #AF6BF6
Text Example
Text Example
White with #AF6BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6BF6; }
p { color: rgb(175,107,246); }
H1.HeaderClassName
{
color: #AF6BF6;
}
.AnyTagClassName
{
color: #AF6BF6;
}
</style>
background-color css
<style>
a { background-color: #AF6BF6; }
a { background-color: rgb(175,107,246); }
div.DivClassName
{
background-color: #AF6BF6;
}
.BgClassName
{
background-color: #AF6BF6;
}
</style>
border-color css
<style>
span { border-color: #AF6BF6; }
span { border-color: rgb(175,107,246); }
td.TdClassName
{
border-color: #AF6BF6;
}
.TagClassName
{
border-color: #AF6BF6;
}
</style>