Shades of Medium Purple #AF7DFE
Tints of Medium Purple #AF7DFE
RGB
CMYK
RGB Variations
Color information
#AF7DFE (or 0xAF7DFE) is known color: Medium Purple. HEX triplet: AF, 7D and FE. RGB value is (175,125,254). Sum of RGB (Red+Green+Blue) = 175+125+254=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFE is #508201. Grayscale: #9A9A9A. Windows color (decimal): -5276162 or 16678319. OLE color: 16678319.
HSL color Cylindrical-coordinate representation of color #AF7DFE: hue angle of 263.26º 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 #AF7DFE is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 125 | 254 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.00 |
| HSL | 263.26º | 0.98% | 0.74% | - |
| HSV(B) | 263.26º | 0.51% | 1% | - |
| XYZ | 42.9 | 30.94 | 97.48 | - |
| YUV | 154.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 254 | 0.31 | 0.51 | 0 | 0.00 | 263.26 | 0.98 | 0.74 |
| Hex | AF | 7D | FE | 1F | 33 | 0 | 0 | 107 | 62 | 4A |
| Octal | 257 | 175 | 376 | 37 | 63 | 0 | 0 | 407 | 142 | 112 |
| Binary | 10101111 | 1111101 | 11111110 | 11111 | 110011 | 0 | 0 | 100000111 | 1100010 | 1001010 |
Color Harmonies of #AF7DFE
Complementary color
Monochromatic Colors of #AF7DFE
Black with #AF7DFE
Text Example
Text Example
White with #AF7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DFE; }
p { color: rgb(175,125,254); }
H1.HeaderClassName
{
color: #AF7DFE;
}
.AnyTagClassName
{
color: #AF7DFE;
}
</style>
background-color css
<style>
a { background-color: #AF7DFE; }
a { background-color: rgb(175,125,254); }
div.DivClassName
{
background-color: #AF7DFE;
}
.BgClassName
{
background-color: #AF7DFE;
}
</style>
border-color css
<style>
span { border-color: #AF7DFE; }
span { border-color: rgb(175,125,254); }
td.TdClassName
{
border-color: #AF7DFE;
}
.TagClassName
{
border-color: #AF7DFE;
}
</style>