Shades of Medium Purple #AF77ED
Tints of Medium Purple #AF77ED
RGB
CMYK
RGB Variations
Color information
#AF77ED (or 0xAF77ED) is known color: Medium Purple. HEX triplet: AF, 77 and ED. RGB value is (175,119,237). Sum of RGB (Red+Green+Blue) = 175+119+237=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF77ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77ED is #508812. Grayscale: #949494. Windows color (decimal): -5277715 or 15562671. OLE color: 15562671.
HSL color Cylindrical-coordinate representation of color #AF77ED: hue angle of 268.47º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF77ED is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 119 | 237 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.07 |
| HSL | 268.47º | 0.77% | 0.7% | - |
| HSV(B) | 268.47º | 0.5% | 0.93% | - |
| XYZ | 39.56 | 28.42 | 83.52 | - |
| YUV | 149.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 237 | 0.26 | 0.50 | 0 | 0.07 | 268.47 | 0.77 | 0.7 |
| Hex | AF | 77 | ED | 1A | 32 | 0 | 7 | 10C | 4D | 46 |
| Octal | 257 | 167 | 355 | 32 | 62 | 0 | 7 | 414 | 115 | 106 |
| Binary | 10101111 | 1110111 | 11101101 | 11010 | 110010 | 0 | 111 | 100001100 | 1001101 | 1000110 |
Color Harmonies of #AF77ED
Complementary color
Monochromatic Colors of #AF77ED
Black with #AF77ED
Text Example
Text Example
White with #AF77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77ED; }
p { color: rgb(175,119,237); }
H1.HeaderClassName
{
color: #AF77ED;
}
.AnyTagClassName
{
color: #AF77ED;
}
</style>
background-color css
<style>
a { background-color: #AF77ED; }
a { background-color: rgb(175,119,237); }
div.DivClassName
{
background-color: #AF77ED;
}
.BgClassName
{
background-color: #AF77ED;
}
</style>
border-color css
<style>
span { border-color: #AF77ED; }
span { border-color: rgb(175,119,237); }
td.TdClassName
{
border-color: #AF77ED;
}
.TagClassName
{
border-color: #AF77ED;
}
</style>