Shades of Medium Purple #AF71E6
Tints of Medium Purple #AF71E6
RGB
CMYK
RGB Variations
Color information
#AF71E6 (or 0xAF71E6) is known color: Medium Purple. HEX triplet: AF, 71 and E6. RGB value is (175,113,230). Sum of RGB (Red+Green+Blue) = 175+113+230=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF71E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71E6 is #508E19. Grayscale: #909090. Windows color (decimal): -5279258 or 15102383. OLE color: 15102383.
HSL color Cylindrical-coordinate representation of color #AF71E6: hue angle of 271.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF71E6 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 113 | 230 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.10 |
| HSL | 271.79º | 0.7% | 0.67% | - |
| HSV(B) | 271.79º | 0.51% | 0.9% | - |
| XYZ | 37.87 | 26.64 | 78.01 | - |
| YUV | 144.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 230 | 0.24 | 0.51 | 0 | 0.10 | 271.79 | 0.7 | 0.67 |
| Hex | AF | 71 | E6 | 18 | 33 | 0 | A | 110 | 46 | 43 |
| Octal | 257 | 161 | 346 | 30 | 63 | 0 | 12 | 420 | 106 | 103 |
| Binary | 10101111 | 1110001 | 11100110 | 11000 | 110011 | 0 | 1010 | 100010000 | 1000110 | 1000011 |
Color Harmonies of #AF71E6
Complementary color
Monochromatic Colors of #AF71E6
Black with #AF71E6
Text Example
Text Example
White with #AF71E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71E6; }
p { color: rgb(175,113,230); }
H1.HeaderClassName
{
color: #AF71E6;
}
.AnyTagClassName
{
color: #AF71E6;
}
</style>
background-color css
<style>
a { background-color: #AF71E6; }
a { background-color: rgb(175,113,230); }
div.DivClassName
{
background-color: #AF71E6;
}
.BgClassName
{
background-color: #AF71E6;
}
</style>
border-color css
<style>
span { border-color: #AF71E6; }
span { border-color: rgb(175,113,230); }
td.TdClassName
{
border-color: #AF71E6;
}
.TagClassName
{
border-color: #AF71E6;
}
</style>