Shades of Medium Purple #AF7CFE
Tints of Medium Purple #AF7CFE
RGB
CMYK
RGB Variations
Color information
#AF7CFE (or 0xAF7CFE) is known color: Medium Purple. HEX triplet: AF, 7C and FE. RGB value is (175,124,254). Sum of RGB (Red+Green+Blue) = 175+124+254=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7CFE is #508301. Grayscale: #999999. Windows color (decimal): -5276418 or 16678063. OLE color: 16678063.
HSL color Cylindrical-coordinate representation of color #AF7CFE: hue angle of 263.54º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7CFE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 124 | 254 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.00 |
| HSL | 263.54º | 0.98% | 0.74% | - |
| HSV(B) | 263.54º | 0.51% | 1% | - |
| XYZ | 42.78 | 30.69 | 97.43 | - |
| YUV | 154.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 254 | 0.31 | 0.51 | 0 | 0.00 | 263.54 | 0.98 | 0.74 |
| Hex | AF | 7C | FE | 1F | 33 | 0 | 0 | 108 | 62 | 4A |
| Octal | 257 | 174 | 376 | 37 | 63 | 0 | 0 | 410 | 142 | 112 |
| Binary | 10101111 | 1111100 | 11111110 | 11111 | 110011 | 0 | 0 | 100001000 | 1100010 | 1001010 |
Color Harmonies of #AF7CFE
Complementary color
Monochromatic Colors of #AF7CFE
Black with #AF7CFE
Text Example
Text Example
White with #AF7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7CFE; }
p { color: rgb(175,124,254); }
H1.HeaderClassName
{
color: #AF7CFE;
}
.AnyTagClassName
{
color: #AF7CFE;
}
</style>
background-color css
<style>
a { background-color: #AF7CFE; }
a { background-color: rgb(175,124,254); }
div.DivClassName
{
background-color: #AF7CFE;
}
.BgClassName
{
background-color: #AF7CFE;
}
</style>
border-color css
<style>
span { border-color: #AF7CFE; }
span { border-color: rgb(175,124,254); }
td.TdClassName
{
border-color: #AF7CFE;
}
.TagClassName
{
border-color: #AF7CFE;
}
</style>