Shades of Medium Purple #AF74FE
Tints of Medium Purple #AF74FE
RGB
CMYK
RGB Variations
Color information
#AF74FE (or 0xAF74FE) is known color: Medium Purple. HEX triplet: AF, 74 and FE. RGB value is (175,116,254). Sum of RGB (Red+Green+Blue) = 175+116+254=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF74FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF74FE is #508B01. Grayscale: #949494. Windows color (decimal): -5278466 or 16676015. OLE color: 16676015.
HSL color Cylindrical-coordinate representation of color #AF74FE: hue angle of 265.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF74FE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 116 | 254 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.00 |
| HSL | 265.65º | 0.99% | 0.73% | - |
| HSV(B) | 265.65º | 0.54% | 1% | - |
| XYZ | 41.81 | 28.76 | 97.11 | - |
| YUV | 149.37 | 187.05 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 254 | 0.31 | 0.54 | 0 | 0.00 | 265.65 | 0.99 | 0.73 |
| Hex | AF | 74 | FE | 1F | 36 | 0 | 0 | 10A | 63 | 49 |
| Octal | 257 | 164 | 376 | 37 | 66 | 0 | 0 | 412 | 143 | 111 |
| Binary | 10101111 | 1110100 | 11111110 | 11111 | 110110 | 0 | 0 | 100001010 | 1100011 | 1001001 |
Color Harmonies of #AF74FE
Complementary color
Monochromatic Colors of #AF74FE
Black with #AF74FE
Text Example
Text Example
White with #AF74FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74FE; }
p { color: rgb(175,116,254); }
H1.HeaderClassName
{
color: #AF74FE;
}
.AnyTagClassName
{
color: #AF74FE;
}
</style>
background-color css
<style>
a { background-color: #AF74FE; }
a { background-color: rgb(175,116,254); }
div.DivClassName
{
background-color: #AF74FE;
}
.BgClassName
{
background-color: #AF74FE;
}
</style>
border-color css
<style>
span { border-color: #AF74FE; }
span { border-color: rgb(175,116,254); }
td.TdClassName
{
border-color: #AF74FE;
}
.TagClassName
{
border-color: #AF74FE;
}
</style>