Shades of Medium Purple #AF75E5
Tints of Medium Purple #AF75E5
RGB
CMYK
RGB Variations
Color information
#AF75E5 (or 0xAF75E5) is known color: Medium Purple. HEX triplet: AF, 75 and E5. RGB value is (175,117,229). Sum of RGB (Red+Green+Blue) = 175+117+229=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF75E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75E5 is #508A1A. Grayscale: #929292. Windows color (decimal): -5278235 or 15037871. OLE color: 15037871.
HSL color Cylindrical-coordinate representation of color #AF75E5: hue angle of 271.07º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF75E5 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 117 | 229 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.10 |
| HSL | 271.07º | 0.68% | 0.68% | - |
| HSV(B) | 271.07º | 0.49% | 0.9% | - |
| XYZ | 38.18 | 27.49 | 77.42 | - |
| YUV | 147.11 | 174.22 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 117 | 229 | 0.24 | 0.49 | 0 | 0.10 | 271.07 | 0.68 | 0.68 |
| Hex | AF | 75 | E5 | 18 | 31 | 0 | A | 10F | 44 | 44 |
| Octal | 257 | 165 | 345 | 30 | 61 | 0 | 12 | 417 | 104 | 104 |
| Binary | 10101111 | 1110101 | 11100101 | 11000 | 110001 | 0 | 1010 | 100001111 | 1000100 | 1000100 |
Color Harmonies of #AF75E5
Complementary color
Monochromatic Colors of #AF75E5
Black with #AF75E5
Text Example
Text Example
White with #AF75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF75E5; }
p { color: rgb(175,117,229); }
H1.HeaderClassName
{
color: #AF75E5;
}
.AnyTagClassName
{
color: #AF75E5;
}
</style>
background-color css
<style>
a { background-color: #AF75E5; }
a { background-color: rgb(175,117,229); }
div.DivClassName
{
background-color: #AF75E5;
}
.BgClassName
{
background-color: #AF75E5;
}
</style>
border-color css
<style>
span { border-color: #AF75E5; }
span { border-color: rgb(175,117,229); }
td.TdClassName
{
border-color: #AF75E5;
}
.TagClassName
{
border-color: #AF75E5;
}
</style>