Shades of Medium Purple #AF73FE
Tints of Medium Purple #AF73FE
RGB
CMYK
RGB Variations
Color information
#AF73FE (or 0xAF73FE) is known color: Medium Purple. HEX triplet: AF, 73 and FE. RGB value is (175,115,254). Sum of RGB (Red+Green+Blue) = 175+115+254=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF73FE is #508C01. Grayscale: #949494. Windows color (decimal): -5278722 or 16675759. OLE color: 16675759.
HSL color Cylindrical-coordinate representation of color #AF73FE: hue angle of 265.9º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF73FE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 115 | 254 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.00 |
| HSL | 265.9º | 0.99% | 0.72% | - |
| HSV(B) | 265.9º | 0.55% | 1% | - |
| XYZ | 41.7 | 28.53 | 97.08 | - |
| YUV | 148.79 | 187.38 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 254 | 0.31 | 0.55 | 0 | 0.00 | 265.9 | 0.99 | 0.72 |
| Hex | AF | 73 | FE | 1F | 37 | 0 | 0 | 10A | 63 | 48 |
| Octal | 257 | 163 | 376 | 37 | 67 | 0 | 0 | 412 | 143 | 110 |
| Binary | 10101111 | 1110011 | 11111110 | 11111 | 110111 | 0 | 0 | 100001010 | 1100011 | 1001000 |
Color Harmonies of #AF73FE
Complementary color
Monochromatic Colors of #AF73FE
Black with #AF73FE
Text Example
Text Example
White with #AF73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73FE; }
p { color: rgb(175,115,254); }
H1.HeaderClassName
{
color: #AF73FE;
}
.AnyTagClassName
{
color: #AF73FE;
}
</style>
background-color css
<style>
a { background-color: #AF73FE; }
a { background-color: rgb(175,115,254); }
div.DivClassName
{
background-color: #AF73FE;
}
.BgClassName
{
background-color: #AF73FE;
}
</style>
border-color css
<style>
span { border-color: #AF73FE; }
span { border-color: rgb(175,115,254); }
td.TdClassName
{
border-color: #AF73FE;
}
.TagClassName
{
border-color: #AF73FE;
}
</style>