Shades of Medium Purple #AF7EFB
Tints of Medium Purple #AF7EFB
RGB
CMYK
RGB Variations
Color information
#AF7EFB (or 0xAF7EFB) is known color: Medium Purple. HEX triplet: AF, 7E and FB. RGB value is (175,126,251). Sum of RGB (Red+Green+Blue) = 175+126+251=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF7EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7EFB is #508104. Grayscale: #9A9A9A. Windows color (decimal): -5275909 or 16481967. OLE color: 16481967.
HSL color Cylindrical-coordinate representation of color #AF7EFB: hue angle of 263.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7EFB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 126 | 251 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.02 |
| HSL | 263.52º | 0.94% | 0.74% | - |
| HSV(B) | 263.52º | 0.5% | 0.98% | - |
| XYZ | 42.55 | 31 | 95.01 | - |
| YUV | 154.9 | 182.23 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 251 | 0.30 | 0.50 | 0 | 0.02 | 263.52 | 0.94 | 0.74 |
| Hex | AF | 7E | FB | 1E | 32 | 0 | 2 | 108 | 5E | 4A |
| Octal | 257 | 176 | 373 | 36 | 62 | 0 | 2 | 410 | 136 | 112 |
| Binary | 10101111 | 1111110 | 11111011 | 11110 | 110010 | 0 | 10 | 100001000 | 1011110 | 1001010 |
Color Harmonies of #AF7EFB
Complementary color
Monochromatic Colors of #AF7EFB
Black with #AF7EFB
Text Example
Text Example
White with #AF7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7EFB; }
p { color: rgb(175,126,251); }
H1.HeaderClassName
{
color: #AF7EFB;
}
.AnyTagClassName
{
color: #AF7EFB;
}
</style>
background-color css
<style>
a { background-color: #AF7EFB; }
a { background-color: rgb(175,126,251); }
div.DivClassName
{
background-color: #AF7EFB;
}
.BgClassName
{
background-color: #AF7EFB;
}
</style>
border-color css
<style>
span { border-color: #AF7EFB; }
span { border-color: rgb(175,126,251); }
td.TdClassName
{
border-color: #AF7EFB;
}
.TagClassName
{
border-color: #AF7EFB;
}
</style>