Shades of Medium Purple #AF76F8
Tints of Medium Purple #AF76F8
RGB
CMYK
RGB Variations
Color information
#AF76F8 (or 0xAF76F8) is known color: Medium Purple. HEX triplet: AF, 76 and F8. RGB value is (175,118,248). Sum of RGB (Red+Green+Blue) = 175+118+248=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF76F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF76F8 is #508907. Grayscale: #959595. Windows color (decimal): -5277960 or 16283311. OLE color: 16283311.
HSL color Cylindrical-coordinate representation of color #AF76F8: hue angle of 266.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF76F8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 118 | 248 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.03 |
| HSL | 266.31º | 0.9% | 0.72% | - |
| HSV(B) | 266.31º | 0.52% | 0.97% | - |
| XYZ | 41.1 | 28.85 | 92.21 | - |
| YUV | 149.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 248 | 0.29 | 0.52 | 0 | 0.03 | 266.31 | 0.9 | 0.72 |
| Hex | AF | 76 | F8 | 1D | 34 | 0 | 3 | 10A | 5A | 48 |
| Octal | 257 | 166 | 370 | 35 | 64 | 0 | 3 | 412 | 132 | 110 |
| Binary | 10101111 | 1110110 | 11111000 | 11101 | 110100 | 0 | 11 | 100001010 | 1011010 | 1001000 |
Color Harmonies of #AF76F8
Complementary color
Monochromatic Colors of #AF76F8
Black with #AF76F8
Text Example
Text Example
White with #AF76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76F8; }
p { color: rgb(175,118,248); }
H1.HeaderClassName
{
color: #AF76F8;
}
.AnyTagClassName
{
color: #AF76F8;
}
</style>
background-color css
<style>
a { background-color: #AF76F8; }
a { background-color: rgb(175,118,248); }
div.DivClassName
{
background-color: #AF76F8;
}
.BgClassName
{
background-color: #AF76F8;
}
</style>
border-color css
<style>
span { border-color: #AF76F8; }
span { border-color: rgb(175,118,248); }
td.TdClassName
{
border-color: #AF76F8;
}
.TagClassName
{
border-color: #AF76F8;
}
</style>