Shades of Medium Purple #AF7DFC
Tints of Medium Purple #AF7DFC
RGB
CMYK
RGB Variations
Color information
#AF7DFC (or 0xAF7DFC) is known color: Medium Purple. HEX triplet: AF, 7D and FC. RGB value is (175,125,252). Sum of RGB (Red+Green+Blue) = 175+125+252=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF7DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DFC is #508203. Grayscale: #999999. Windows color (decimal): -5276164 or 16547247. OLE color: 16547247.
HSL color Cylindrical-coordinate representation of color #AF7DFC: hue angle of 263.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7DFC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 125 | 252 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.01 |
| HSL | 263.62º | 0.95% | 0.74% | - |
| HSV(B) | 263.62º | 0.5% | 0.99% | - |
| XYZ | 42.58 | 30.81 | 95.8 | - |
| YUV | 154.43 | 183.07 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 252 | 0.31 | 0.50 | 0 | 0.01 | 263.62 | 0.95 | 0.74 |
| Hex | AF | 7D | FC | 1F | 32 | 0 | 1 | 108 | 5F | 4A |
| Octal | 257 | 175 | 374 | 37 | 62 | 0 | 1 | 410 | 137 | 112 |
| Binary | 10101111 | 1111101 | 11111100 | 11111 | 110010 | 0 | 1 | 100001000 | 1011111 | 1001010 |
Color Harmonies of #AF7DFC
Complementary color
Monochromatic Colors of #AF7DFC
Black with #AF7DFC
Text Example
Text Example
White with #AF7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DFC; }
p { color: rgb(175,125,252); }
H1.HeaderClassName
{
color: #AF7DFC;
}
.AnyTagClassName
{
color: #AF7DFC;
}
</style>
background-color css
<style>
a { background-color: #AF7DFC; }
a { background-color: rgb(175,125,252); }
div.DivClassName
{
background-color: #AF7DFC;
}
.BgClassName
{
background-color: #AF7DFC;
}
</style>
border-color css
<style>
span { border-color: #AF7DFC; }
span { border-color: rgb(175,125,252); }
td.TdClassName
{
border-color: #AF7DFC;
}
.TagClassName
{
border-color: #AF7DFC;
}
</style>