Shades of Medium Purple #AF6EEC
Tints of Medium Purple #AF6EEC
RGB
CMYK
RGB Variations
Color information
#AF6EEC (or 0xAF6EEC) is known color: Medium Purple. HEX triplet: AF, 6E and EC. RGB value is (175,110,236). Sum of RGB (Red+Green+Blue) = 175+110+236=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF6EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EEC is #509113. Grayscale: #8F8F8F. Windows color (decimal): -5280020 or 15494831. OLE color: 15494831.
HSL color Cylindrical-coordinate representation of color #AF6EEC: hue angle of 270.95º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF6EEC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 110 | 236 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.07 |
| HSL | 270.95º | 0.77% | 0.68% | - |
| HSV(B) | 270.95º | 0.53% | 0.93% | - |
| XYZ | 38.4 | 26.32 | 82.41 | - |
| YUV | 143.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 236 | 0.26 | 0.53 | 0 | 0.07 | 270.95 | 0.77 | 0.68 |
| Hex | AF | 6E | EC | 1A | 35 | 0 | 7 | 10F | 4D | 44 |
| Octal | 257 | 156 | 354 | 32 | 65 | 0 | 7 | 417 | 115 | 104 |
| Binary | 10101111 | 1101110 | 11101100 | 11010 | 110101 | 0 | 111 | 100001111 | 1001101 | 1000100 |
Color Harmonies of #AF6EEC
Complementary color
Monochromatic Colors of #AF6EEC
Black with #AF6EEC
Text Example
Text Example
White with #AF6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6EEC; }
p { color: rgb(175,110,236); }
H1.HeaderClassName
{
color: #AF6EEC;
}
.AnyTagClassName
{
color: #AF6EEC;
}
</style>
background-color css
<style>
a { background-color: #AF6EEC; }
a { background-color: rgb(175,110,236); }
div.DivClassName
{
background-color: #AF6EEC;
}
.BgClassName
{
background-color: #AF6EEC;
}
</style>
border-color css
<style>
span { border-color: #AF6EEC; }
span { border-color: rgb(175,110,236); }
td.TdClassName
{
border-color: #AF6EEC;
}
.TagClassName
{
border-color: #AF6EEC;
}
</style>