Shades of Medium Purple #AF7CE9
Tints of Medium Purple #AF7CE9
RGB
CMYK
RGB Variations
Color information
#AF7CE9 (or 0xAF7CE9) is known color: Medium Purple. HEX triplet: AF, 7C and E9. RGB value is (175,124,233). Sum of RGB (Red+Green+Blue) = 175+124+233=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF7CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CE9 is #508316. Grayscale: #979797. Windows color (decimal): -5276439 or 15301807. OLE color: 15301807.
HSL color Cylindrical-coordinate representation of color #AF7CE9: hue angle of 268.07º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF7CE9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 124 | 233 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.09 |
| HSL | 268.07º | 0.71% | 0.7% | - |
| HSV(B) | 268.07º | 0.47% | 0.91% | - |
| XYZ | 39.59 | 29.41 | 80.68 | - |
| YUV | 151.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 233 | 0.25 | 0.47 | 0 | 0.09 | 268.07 | 0.71 | 0.7 |
| Hex | AF | 7C | E9 | 19 | 2F | 0 | 9 | 10C | 47 | 46 |
| Octal | 257 | 174 | 351 | 31 | 57 | 0 | 11 | 414 | 107 | 106 |
| Binary | 10101111 | 1111100 | 11101001 | 11001 | 101111 | 0 | 1001 | 100001100 | 1000111 | 1000110 |
Color Harmonies of #AF7CE9
Complementary color
Monochromatic Colors of #AF7CE9
Black with #AF7CE9
Text Example
Text Example
White with #AF7CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CE9; }
p { color: rgb(175,124,233); }
H1.HeaderClassName
{
color: #AF7CE9;
}
.AnyTagClassName
{
color: #AF7CE9;
}
</style>
background-color css
<style>
a { background-color: #AF7CE9; }
a { background-color: rgb(175,124,233); }
div.DivClassName
{
background-color: #AF7CE9;
}
.BgClassName
{
background-color: #AF7CE9;
}
</style>
border-color css
<style>
span { border-color: #AF7CE9; }
span { border-color: rgb(175,124,233); }
td.TdClassName
{
border-color: #AF7CE9;
}
.TagClassName
{
border-color: #AF7CE9;
}
</style>