Shades of Medium Purple #AF6CE9
Tints of Medium Purple #AF6CE9
RGB
CMYK
RGB Variations
Color information
#AF6CE9 (or 0xAF6CE9) is known color: Medium Purple. HEX triplet: AF, 6C and E9. RGB value is (175,108,233). Sum of RGB (Red+Green+Blue) = 175+108+233=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF6CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CE9 is #509316. Grayscale: #8D8D8D. Windows color (decimal): -5280535 or 15297711. OLE color: 15297711.
HSL color Cylindrical-coordinate representation of color #AF6CE9: hue angle of 272.16º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6CE9 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 108 | 233 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.09 |
| HSL | 272.16º | 0.74% | 0.67% | - |
| HSV(B) | 272.16º | 0.54% | 0.91% | - |
| XYZ | 37.75 | 25.72 | 80.07 | - |
| YUV | 142.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 233 | 0.25 | 0.54 | 0 | 0.09 | 272.16 | 0.74 | 0.67 |
| Hex | AF | 6C | E9 | 19 | 36 | 0 | 9 | 110 | 4A | 43 |
| Octal | 257 | 154 | 351 | 31 | 66 | 0 | 11 | 420 | 112 | 103 |
| Binary | 10101111 | 1101100 | 11101001 | 11001 | 110110 | 0 | 1001 | 100010000 | 1001010 | 1000011 |
Color Harmonies of #AF6CE9
Complementary color
Monochromatic Colors of #AF6CE9
Black with #AF6CE9
Text Example
Text Example
White with #AF6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6CE9; }
p { color: rgb(175,108,233); }
H1.HeaderClassName
{
color: #AF6CE9;
}
.AnyTagClassName
{
color: #AF6CE9;
}
</style>
background-color css
<style>
a { background-color: #AF6CE9; }
a { background-color: rgb(175,108,233); }
div.DivClassName
{
background-color: #AF6CE9;
}
.BgClassName
{
background-color: #AF6CE9;
}
</style>
border-color css
<style>
span { border-color: #AF6CE9; }
span { border-color: rgb(175,108,233); }
td.TdClassName
{
border-color: #AF6CE9;
}
.TagClassName
{
border-color: #AF6CE9;
}
</style>