Shades of Medium Purple #AF73FB
Tints of Medium Purple #AF73FB
RGB
CMYK
RGB Variations
Color information
#AF73FB (or 0xAF73FB) is known color: Medium Purple. HEX triplet: AF, 73 and FB. RGB value is (175,115,251). Sum of RGB (Red+Green+Blue) = 175+115+251=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF73FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FB is #508C04. Grayscale: #939393. Windows color (decimal): -5278725 or 16479151. OLE color: 16479151.
HSL color Cylindrical-coordinate representation of color #AF73FB: hue angle of 266.47º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF73FB is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 115 | 251 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.02 |
| HSL | 266.47º | 0.94% | 0.72% | - |
| HSV(B) | 266.47º | 0.54% | 0.98% | - |
| XYZ | 41.22 | 28.34 | 94.56 | - |
| YUV | 148.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 251 | 0.30 | 0.54 | 0 | 0.02 | 266.47 | 0.94 | 0.72 |
| Hex | AF | 73 | FB | 1E | 36 | 0 | 2 | 10A | 5E | 48 |
| Octal | 257 | 163 | 373 | 36 | 66 | 0 | 2 | 412 | 136 | 110 |
| Binary | 10101111 | 1110011 | 11111011 | 11110 | 110110 | 0 | 10 | 100001010 | 1011110 | 1001000 |
Color Harmonies of #AF73FB
Complementary color
Monochromatic Colors of #AF73FB
Black with #AF73FB
Text Example
Text Example
White with #AF73FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73FB; }
p { color: rgb(175,115,251); }
H1.HeaderClassName
{
color: #AF73FB;
}
.AnyTagClassName
{
color: #AF73FB;
}
</style>
background-color css
<style>
a { background-color: #AF73FB; }
a { background-color: rgb(175,115,251); }
div.DivClassName
{
background-color: #AF73FB;
}
.BgClassName
{
background-color: #AF73FB;
}
</style>
border-color css
<style>
span { border-color: #AF73FB; }
span { border-color: rgb(175,115,251); }
td.TdClassName
{
border-color: #AF73FB;
}
.TagClassName
{
border-color: #AF73FB;
}
</style>