Shades of Medium Purple #AF5EFB
Tints of Medium Purple #AF5EFB
RGB
CMYK
RGB Variations
Color information
#AF5EFB (or 0xAF5EFB) is known color: Medium Purple. HEX triplet: AF, 5E and FB. RGB value is (175,94,251). Sum of RGB (Red+Green+Blue) = 175+94+251=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF5EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EFB is #50A104. Grayscale: #878787. Windows color (decimal): -5284101 or 16473775. OLE color: 16473775.
HSL color Cylindrical-coordinate representation of color #AF5EFB: hue angle of 270.96º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5EFB is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 94 | 251 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.02 |
| HSL | 270.96º | 0.95% | 0.68% | - |
| HSV(B) | 270.96º | 0.63% | 0.98% | - |
| XYZ | 39.09 | 24.08 | 93.86 | - |
| YUV | 136.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 251 | 0.30 | 0.63 | 0 | 0.02 | 270.96 | 0.95 | 0.68 |
| Hex | AF | 5E | FB | 1E | 3F | 0 | 2 | 10F | 5F | 44 |
| Octal | 257 | 136 | 373 | 36 | 77 | 0 | 2 | 417 | 137 | 104 |
| Binary | 10101111 | 1011110 | 11111011 | 11110 | 111111 | 0 | 10 | 100001111 | 1011111 | 1000100 |
Color Harmonies of #AF5EFB
Complementary color
Monochromatic Colors of #AF5EFB
Black with #AF5EFB
Text Example
Text Example
White with #AF5EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EFB; }
p { color: rgb(175,94,251); }
H1.HeaderClassName
{
color: #AF5EFB;
}
.AnyTagClassName
{
color: #AF5EFB;
}
</style>
background-color css
<style>
a { background-color: #AF5EFB; }
a { background-color: rgb(175,94,251); }
div.DivClassName
{
background-color: #AF5EFB;
}
.BgClassName
{
background-color: #AF5EFB;
}
</style>
border-color css
<style>
span { border-color: #AF5EFB; }
span { border-color: rgb(175,94,251); }
td.TdClassName
{
border-color: #AF5EFB;
}
.TagClassName
{
border-color: #AF5EFB;
}
</style>