Shades of Medium Purple #AF79E5
Tints of Medium Purple #AF79E5
RGB
CMYK
RGB Variations
Color information
#AF79E5 (or 0xAF79E5) is known color: Medium Purple. HEX triplet: AF, 79 and E5. RGB value is (175,121,229). Sum of RGB (Red+Green+Blue) = 175+121+229=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF79E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79E5 is #50861A. Grayscale: #959595. Windows color (decimal): -5277211 or 15038895. OLE color: 15038895.
HSL color Cylindrical-coordinate representation of color #AF79E5: hue angle of 270º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF79E5 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 121 | 229 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.10 |
| HSL | 270º | 0.68% | 0.69% | - |
| HSV(B) | 270º | 0.47% | 0.9% | - |
| XYZ | 38.66 | 28.45 | 77.58 | - |
| YUV | 149.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 229 | 0.24 | 0.47 | 0 | 0.10 | 270 | 0.68 | 0.69 |
| Hex | AF | 79 | E5 | 18 | 2F | 0 | A | 10E | 44 | 45 |
| Octal | 257 | 171 | 345 | 30 | 57 | 0 | 12 | 416 | 104 | 105 |
| Binary | 10101111 | 1111001 | 11100101 | 11000 | 101111 | 0 | 1010 | 100001110 | 1000100 | 1000101 |
Color Harmonies of #AF79E5
Complementary color
Monochromatic Colors of #AF79E5
Black with #AF79E5
Text Example
Text Example
White with #AF79E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79E5; }
p { color: rgb(175,121,229); }
H1.HeaderClassName
{
color: #AF79E5;
}
.AnyTagClassName
{
color: #AF79E5;
}
</style>
background-color css
<style>
a { background-color: #AF79E5; }
a { background-color: rgb(175,121,229); }
div.DivClassName
{
background-color: #AF79E5;
}
.BgClassName
{
background-color: #AF79E5;
}
</style>
border-color css
<style>
span { border-color: #AF79E5; }
span { border-color: rgb(175,121,229); }
td.TdClassName
{
border-color: #AF79E5;
}
.TagClassName
{
border-color: #AF79E5;
}
</style>