Shades of Medium Purple #AF7DF1
Tints of Medium Purple #AF7DF1
RGB
CMYK
RGB Variations
Color information
#AF7DF1 (or 0xAF7DF1) is known color: Medium Purple. HEX triplet: AF, 7D and F1. RGB value is (175,125,241). Sum of RGB (Red+Green+Blue) = 175+125+241=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF7DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7DF1 is #50820E. Grayscale: #989898. Windows color (decimal): -5276175 or 15826351. OLE color: 15826351.
HSL color Cylindrical-coordinate representation of color #AF7DF1: hue angle of 265.86º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF7DF1 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 125 | 241 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.05 |
| HSL | 265.86º | 0.81% | 0.72% | - |
| HSV(B) | 265.86º | 0.48% | 0.95% | - |
| XYZ | 40.89 | 30.13 | 86.88 | - |
| YUV | 153.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 241 | 0.27 | 0.48 | 0 | 0.05 | 265.86 | 0.81 | 0.72 |
| Hex | AF | 7D | F1 | 1B | 30 | 0 | 5 | 10A | 51 | 48 |
| Octal | 257 | 175 | 361 | 33 | 60 | 0 | 5 | 412 | 121 | 110 |
| Binary | 10101111 | 1111101 | 11110001 | 11011 | 110000 | 0 | 101 | 100001010 | 1010001 | 1001000 |
Color Harmonies of #AF7DF1
Complementary color
Monochromatic Colors of #AF7DF1
Black with #AF7DF1
Text Example
Text Example
White with #AF7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DF1; }
p { color: rgb(175,125,241); }
H1.HeaderClassName
{
color: #AF7DF1;
}
.AnyTagClassName
{
color: #AF7DF1;
}
</style>
background-color css
<style>
a { background-color: #AF7DF1; }
a { background-color: rgb(175,125,241); }
div.DivClassName
{
background-color: #AF7DF1;
}
.BgClassName
{
background-color: #AF7DF1;
}
</style>
border-color css
<style>
span { border-color: #AF7DF1; }
span { border-color: rgb(175,125,241); }
td.TdClassName
{
border-color: #AF7DF1;
}
.TagClassName
{
border-color: #AF7DF1;
}
</style>