Shades of Medium Purple #AF77FE
Tints of Medium Purple #AF77FE
RGB
CMYK
RGB Variations
Color information
#AF77FE (or 0xAF77FE) is known color: Medium Purple. HEX triplet: AF, 77 and FE. RGB value is (175,119,254). Sum of RGB (Red+Green+Blue) = 175+119+254=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF77FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77FE is #508801. Grayscale: #969696. Windows color (decimal): -5277698 or 16676783. OLE color: 16676783.
HSL color Cylindrical-coordinate representation of color #AF77FE: hue angle of 264.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF77FE is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 119 | 254 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.00 |
| HSL | 264.89º | 0.99% | 0.73% | - |
| HSV(B) | 264.89º | 0.53% | 1% | - |
| XYZ | 42.17 | 29.46 | 97.23 | - |
| YUV | 151.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 254 | 0.31 | 0.53 | 0 | 0.00 | 264.89 | 0.99 | 0.73 |
| Hex | AF | 77 | FE | 1F | 35 | 0 | 0 | 109 | 63 | 49 |
| Octal | 257 | 167 | 376 | 37 | 65 | 0 | 0 | 411 | 143 | 111 |
| Binary | 10101111 | 1110111 | 11111110 | 11111 | 110101 | 0 | 0 | 100001001 | 1100011 | 1001001 |
Color Harmonies of #AF77FE
Complementary color
Monochromatic Colors of #AF77FE
Black with #AF77FE
Text Example
Text Example
White with #AF77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77FE; }
p { color: rgb(175,119,254); }
H1.HeaderClassName
{
color: #AF77FE;
}
.AnyTagClassName
{
color: #AF77FE;
}
</style>
background-color css
<style>
a { background-color: #AF77FE; }
a { background-color: rgb(175,119,254); }
div.DivClassName
{
background-color: #AF77FE;
}
.BgClassName
{
background-color: #AF77FE;
}
</style>
border-color css
<style>
span { border-color: #AF77FE; }
span { border-color: rgb(175,119,254); }
td.TdClassName
{
border-color: #AF77FE;
}
.TagClassName
{
border-color: #AF77FE;
}
</style>