Shades of Medium Purple #AF6DFB
Tints of Medium Purple #AF6DFB
RGB
CMYK
RGB Variations
Color information
#AF6DFB (or 0xAF6DFB) is known color: Medium Purple. HEX triplet: AF, 6D and FB. RGB value is (175,109,251). Sum of RGB (Red+Green+Blue) = 175+109+251=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DFB is #509204. Grayscale: #909090. Windows color (decimal): -5280261 or 16477615. OLE color: 16477615.
HSL color Cylindrical-coordinate representation of color #AF6DFB: hue angle of 267.89º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF6DFB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 109 | 251 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.02 |
| HSL | 267.89º | 0.95% | 0.71% | - |
| HSV(B) | 267.89º | 0.57% | 0.98% | - |
| XYZ | 40.56 | 27.02 | 94.34 | - |
| YUV | 144.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 251 | 0.30 | 0.57 | 0 | 0.02 | 267.89 | 0.95 | 0.71 |
| Hex | AF | 6D | FB | 1E | 39 | 0 | 2 | 10C | 5F | 47 |
| Octal | 257 | 155 | 373 | 36 | 71 | 0 | 2 | 414 | 137 | 107 |
| Binary | 10101111 | 1101101 | 11111011 | 11110 | 111001 | 0 | 10 | 100001100 | 1011111 | 1000111 |
Color Harmonies of #AF6DFB
Complementary color
Monochromatic Colors of #AF6DFB
Black with #AF6DFB
Text Example
Text Example
White with #AF6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DFB; }
p { color: rgb(175,109,251); }
H1.HeaderClassName
{
color: #AF6DFB;
}
.AnyTagClassName
{
color: #AF6DFB;
}
</style>
background-color css
<style>
a { background-color: #AF6DFB; }
a { background-color: rgb(175,109,251); }
div.DivClassName
{
background-color: #AF6DFB;
}
.BgClassName
{
background-color: #AF6DFB;
}
</style>
border-color css
<style>
span { border-color: #AF6DFB; }
span { border-color: rgb(175,109,251); }
td.TdClassName
{
border-color: #AF6DFB;
}
.TagClassName
{
border-color: #AF6DFB;
}
</style>