Shades of Medium Purple #AF6DEC
Tints of Medium Purple #AF6DEC
RGB
CMYK
RGB Variations
Color information
#AF6DEC (or 0xAF6DEC) is known color: Medium Purple. HEX triplet: AF, 6D and EC. RGB value is (175,109,236). Sum of RGB (Red+Green+Blue) = 175+109+236=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF6DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6DEC is #509213. Grayscale: #8E8E8E. Windows color (decimal): -5280276 or 15494575. OLE color: 15494575.
HSL color Cylindrical-coordinate representation of color #AF6DEC: hue angle of 271.18º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6DEC is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 109 | 236 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.07 |
| HSL | 271.18º | 0.77% | 0.68% | - |
| HSV(B) | 271.18º | 0.54% | 0.93% | - |
| XYZ | 38.29 | 26.11 | 82.38 | - |
| YUV | 143.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 236 | 0.26 | 0.54 | 0 | 0.07 | 271.18 | 0.77 | 0.68 |
| Hex | AF | 6D | EC | 1A | 36 | 0 | 7 | 10F | 4D | 44 |
| Octal | 257 | 155 | 354 | 32 | 66 | 0 | 7 | 417 | 115 | 104 |
| Binary | 10101111 | 1101101 | 11101100 | 11010 | 110110 | 0 | 111 | 100001111 | 1001101 | 1000100 |
Color Harmonies of #AF6DEC
Complementary color
Monochromatic Colors of #AF6DEC
Black with #AF6DEC
Text Example
Text Example
White with #AF6DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DEC; }
p { color: rgb(175,109,236); }
H1.HeaderClassName
{
color: #AF6DEC;
}
.AnyTagClassName
{
color: #AF6DEC;
}
</style>
background-color css
<style>
a { background-color: #AF6DEC; }
a { background-color: rgb(175,109,236); }
div.DivClassName
{
background-color: #AF6DEC;
}
.BgClassName
{
background-color: #AF6DEC;
}
</style>
border-color css
<style>
span { border-color: #AF6DEC; }
span { border-color: rgb(175,109,236); }
td.TdClassName
{
border-color: #AF6DEC;
}
.TagClassName
{
border-color: #AF6DEC;
}
</style>