Shades of Medium Purple #AF7EF2
Tints of Medium Purple #AF7EF2
RGB
CMYK
RGB Variations
Color information
#AF7EF2 (or 0xAF7EF2) is known color: Medium Purple. HEX triplet: AF, 7E and F2. RGB value is (175,126,242). Sum of RGB (Red+Green+Blue) = 175+126+242=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF7EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EF2 is #50810D. Grayscale: #999999. Windows color (decimal): -5275918 or 15892143. OLE color: 15892143.
HSL color Cylindrical-coordinate representation of color #AF7EF2: hue angle of 265.34º degrees, saturation: 0.82, 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 #AF7EF2 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 126 | 242 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.05 |
| HSL | 265.34º | 0.82% | 0.72% | - |
| HSV(B) | 265.34º | 0.48% | 0.95% | - |
| XYZ | 41.17 | 30.45 | 87.71 | - |
| YUV | 153.88 | 177.73 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 242 | 0.28 | 0.48 | 0 | 0.05 | 265.34 | 0.82 | 0.72 |
| Hex | AF | 7E | F2 | 1C | 30 | 0 | 5 | 109 | 52 | 48 |
| Octal | 257 | 176 | 362 | 34 | 60 | 0 | 5 | 411 | 122 | 110 |
| Binary | 10101111 | 1111110 | 11110010 | 11100 | 110000 | 0 | 101 | 100001001 | 1010010 | 1001000 |
Color Harmonies of #AF7EF2
Complementary color
Monochromatic Colors of #AF7EF2
Black with #AF7EF2
Text Example
Text Example
White with #AF7EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EF2; }
p { color: rgb(175,126,242); }
H1.HeaderClassName
{
color: #AF7EF2;
}
.AnyTagClassName
{
color: #AF7EF2;
}
</style>
background-color css
<style>
a { background-color: #AF7EF2; }
a { background-color: rgb(175,126,242); }
div.DivClassName
{
background-color: #AF7EF2;
}
.BgClassName
{
background-color: #AF7EF2;
}
</style>
border-color css
<style>
span { border-color: #AF7EF2; }
span { border-color: rgb(175,126,242); }
td.TdClassName
{
border-color: #AF7EF2;
}
.TagClassName
{
border-color: #AF7EF2;
}
</style>