Shades of Medium Purple #AF76E4
Tints of Medium Purple #AF76E4
RGB
CMYK
RGB Variations
Color information
#AF76E4 (or 0xAF76E4) is known color: Medium Purple. HEX triplet: AF, 76 and E4. RGB value is (175,118,228). Sum of RGB (Red+Green+Blue) = 175+118+228=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF76E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76E4 is #50891B. Grayscale: #939393. Windows color (decimal): -5277980 or 14972591. OLE color: 14972591.
HSL color Cylindrical-coordinate representation of color #AF76E4: hue angle of 271.09º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF76E4 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 118 | 228 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.11 |
| HSL | 271.09º | 0.67% | 0.68% | - |
| HSV(B) | 271.09º | 0.48% | 0.89% | - |
| XYZ | 38.16 | 27.67 | 76.73 | - |
| YUV | 147.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 228 | 0.23 | 0.48 | 0 | 0.11 | 271.09 | 0.67 | 0.68 |
| Hex | AF | 76 | E4 | 17 | 30 | 0 | B | 10F | 43 | 44 |
| Octal | 257 | 166 | 344 | 27 | 60 | 0 | 13 | 417 | 103 | 104 |
| Binary | 10101111 | 1110110 | 11100100 | 10111 | 110000 | 0 | 1011 | 100001111 | 1000011 | 1000100 |
Color Harmonies of #AF76E4
Complementary color
Monochromatic Colors of #AF76E4
Black with #AF76E4
Text Example
Text Example
White with #AF76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76E4; }
p { color: rgb(175,118,228); }
H1.HeaderClassName
{
color: #AF76E4;
}
.AnyTagClassName
{
color: #AF76E4;
}
</style>
background-color css
<style>
a { background-color: #AF76E4; }
a { background-color: rgb(175,118,228); }
div.DivClassName
{
background-color: #AF76E4;
}
.BgClassName
{
background-color: #AF76E4;
}
</style>
border-color css
<style>
span { border-color: #AF76E4; }
span { border-color: rgb(175,118,228); }
td.TdClassName
{
border-color: #AF76E4;
}
.TagClassName
{
border-color: #AF76E4;
}
</style>