Shades of Medium Purple #AF71EA
Tints of Medium Purple #AF71EA
RGB
CMYK
RGB Variations
Color information
#AF71EA (or 0xAF71EA) is known color: Medium Purple. HEX triplet: AF, 71 and EA. RGB value is (175,113,234). Sum of RGB (Red+Green+Blue) = 175+113+234=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF71EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF71EA is #508E15. Grayscale: #909090. Windows color (decimal): -5279254 or 15364527. OLE color: 15364527.
HSL color Cylindrical-coordinate representation of color #AF71EA: hue angle of 270.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF71EA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 113 | 234 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.08 |
| HSL | 270.74º | 0.74% | 0.68% | - |
| HSV(B) | 270.74º | 0.52% | 0.92% | - |
| XYZ | 38.44 | 26.86 | 81 | - |
| YUV | 145.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 234 | 0.25 | 0.52 | 0 | 0.08 | 270.74 | 0.74 | 0.68 |
| Hex | AF | 71 | EA | 19 | 34 | 0 | 8 | 10F | 4A | 44 |
| Octal | 257 | 161 | 352 | 31 | 64 | 0 | 10 | 417 | 112 | 104 |
| Binary | 10101111 | 1110001 | 11101010 | 11001 | 110100 | 0 | 1000 | 100001111 | 1001010 | 1000100 |
Color Harmonies of #AF71EA
Complementary color
Monochromatic Colors of #AF71EA
Black with #AF71EA
Text Example
Text Example
White with #AF71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF71EA; }
p { color: rgb(175,113,234); }
H1.HeaderClassName
{
color: #AF71EA;
}
.AnyTagClassName
{
color: #AF71EA;
}
</style>
background-color css
<style>
a { background-color: #AF71EA; }
a { background-color: rgb(175,113,234); }
div.DivClassName
{
background-color: #AF71EA;
}
.BgClassName
{
background-color: #AF71EA;
}
</style>
border-color css
<style>
span { border-color: #AF71EA; }
span { border-color: rgb(175,113,234); }
td.TdClassName
{
border-color: #AF71EA;
}
.TagClassName
{
border-color: #AF71EA;
}
</style>