Shades of Medium Purple #AF6DF8
Tints of Medium Purple #AF6DF8
RGB
CMYK
RGB Variations
Color information
#AF6DF8 (or 0xAF6DF8) is known color: Medium Purple. HEX triplet: AF, 6D and F8. RGB value is (175,109,248). Sum of RGB (Red+Green+Blue) = 175+109+248=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF6DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DF8 is #509207. Grayscale: #909090. Windows color (decimal): -5280264 or 16281007. OLE color: 16281007.
HSL color Cylindrical-coordinate representation of color #AF6DF8: hue angle of 268.49º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF6DF8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 109 | 248 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.03 |
| HSL | 268.49º | 0.91% | 0.7% | - |
| HSV(B) | 268.49º | 0.56% | 0.97% | - |
| XYZ | 40.09 | 26.83 | 91.87 | - |
| YUV | 144.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 248 | 0.29 | 0.56 | 0 | 0.03 | 268.49 | 0.91 | 0.7 |
| Hex | AF | 6D | F8 | 1D | 38 | 0 | 3 | 10C | 5B | 46 |
| Octal | 257 | 155 | 370 | 35 | 70 | 0 | 3 | 414 | 133 | 106 |
| Binary | 10101111 | 1101101 | 11111000 | 11101 | 111000 | 0 | 11 | 100001100 | 1011011 | 1000110 |
Color Harmonies of #AF6DF8
Complementary color
Monochromatic Colors of #AF6DF8
Black with #AF6DF8
Text Example
Text Example
White with #AF6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DF8; }
p { color: rgb(175,109,248); }
H1.HeaderClassName
{
color: #AF6DF8;
}
.AnyTagClassName
{
color: #AF6DF8;
}
</style>
background-color css
<style>
a { background-color: #AF6DF8; }
a { background-color: rgb(175,109,248); }
div.DivClassName
{
background-color: #AF6DF8;
}
.BgClassName
{
background-color: #AF6DF8;
}
</style>
border-color css
<style>
span { border-color: #AF6DF8; }
span { border-color: rgb(175,109,248); }
td.TdClassName
{
border-color: #AF6DF8;
}
.TagClassName
{
border-color: #AF6DF8;
}
</style>