Shades of Medium Purple #AF73E5
Tints of Medium Purple #AF73E5
RGB
CMYK
RGB Variations
Color information
#AF73E5 (or 0xAF73E5) is known color: Medium Purple. HEX triplet: AF, 73 and E5. RGB value is (175,115,229). Sum of RGB (Red+Green+Blue) = 175+115+229=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF73E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73E5 is #508C1A. Grayscale: #919191. Windows color (decimal): -5278747 or 15037359. OLE color: 15037359.
HSL color Cylindrical-coordinate representation of color #AF73E5: hue angle of 271.58º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF73E5 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 115 | 229 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.10 |
| HSL | 271.58º | 0.69% | 0.67% | - |
| HSV(B) | 271.58º | 0.5% | 0.9% | - |
| XYZ | 37.95 | 27.03 | 77.35 | - |
| YUV | 145.94 | 174.88 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 229 | 0.24 | 0.50 | 0 | 0.10 | 271.58 | 0.69 | 0.67 |
| Hex | AF | 73 | E5 | 18 | 32 | 0 | A | 110 | 45 | 43 |
| Octal | 257 | 163 | 345 | 30 | 62 | 0 | 12 | 420 | 105 | 103 |
| Binary | 10101111 | 1110011 | 11100101 | 11000 | 110010 | 0 | 1010 | 100010000 | 1000101 | 1000011 |
Color Harmonies of #AF73E5
Complementary color
Monochromatic Colors of #AF73E5
Black with #AF73E5
Text Example
Text Example
White with #AF73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73E5; }
p { color: rgb(175,115,229); }
H1.HeaderClassName
{
color: #AF73E5;
}
.AnyTagClassName
{
color: #AF73E5;
}
</style>
background-color css
<style>
a { background-color: #AF73E5; }
a { background-color: rgb(175,115,229); }
div.DivClassName
{
background-color: #AF73E5;
}
.BgClassName
{
background-color: #AF73E5;
}
</style>
border-color css
<style>
span { border-color: #AF73E5; }
span { border-color: rgb(175,115,229); }
td.TdClassName
{
border-color: #AF73E5;
}
.TagClassName
{
border-color: #AF73E5;
}
</style>