Shades of Medium Purple #AF76FE
Tints of Medium Purple #AF76FE
RGB
CMYK
RGB Variations
Color information
#AF76FE (or 0xAF76FE) is known color: Medium Purple. HEX triplet: AF, 76 and FE. RGB value is (175,118,254). Sum of RGB (Red+Green+Blue) = 175+118+254=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76FE is #508901. Grayscale: #969696. Windows color (decimal): -5277954 or 16676527. OLE color: 16676527.
HSL color Cylindrical-coordinate representation of color #AF76FE: hue angle of 265.15º 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 #AF76FE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 118 | 254 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.00 |
| HSL | 265.15º | 0.99% | 0.73% | - |
| HSV(B) | 265.15º | 0.54% | 1% | - |
| XYZ | 42.05 | 29.23 | 97.19 | - |
| YUV | 150.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 254 | 0.31 | 0.54 | 0 | 0.00 | 265.15 | 0.99 | 0.73 |
| Hex | AF | 76 | FE | 1F | 36 | 0 | 0 | 109 | 63 | 49 |
| Octal | 257 | 166 | 376 | 37 | 66 | 0 | 0 | 411 | 143 | 111 |
| Binary | 10101111 | 1110110 | 11111110 | 11111 | 110110 | 0 | 0 | 100001001 | 1100011 | 1001001 |
Color Harmonies of #AF76FE
Complementary color
Monochromatic Colors of #AF76FE
Black with #AF76FE
Text Example
Text Example
White with #AF76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76FE; }
p { color: rgb(175,118,254); }
H1.HeaderClassName
{
color: #AF76FE;
}
.AnyTagClassName
{
color: #AF76FE;
}
</style>
background-color css
<style>
a { background-color: #AF76FE; }
a { background-color: rgb(175,118,254); }
div.DivClassName
{
background-color: #AF76FE;
}
.BgClassName
{
background-color: #AF76FE;
}
</style>
border-color css
<style>
span { border-color: #AF76FE; }
span { border-color: rgb(175,118,254); }
td.TdClassName
{
border-color: #AF76FE;
}
.TagClassName
{
border-color: #AF76FE;
}
</style>