Shades of Medium Orchid #AF50F6
Tints of Medium Orchid #AF50F6
RGB
CMYK
RGB Variations
Color information
#AF50F6 (or 0xAF50F6) is known color: Medium Orchid. HEX triplet: AF, 50 and F6. RGB value is (175,80,246). Sum of RGB (Red+Green+Blue) = 175+80+246=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF50F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F6 is #50AF09. Grayscale: #7E7E7E. Windows color (decimal): -5287690 or 16142511. OLE color: 16142511.
HSL color Cylindrical-coordinate representation of color #AF50F6: hue angle of 274.34º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF50F6 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 80 | 246 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.04 |
| HSL | 274.34º | 0.9% | 0.64% | - |
| HSV(B) | 274.34º | 0.67% | 0.96% | - |
| XYZ | 37.18 | 21.51 | 89.38 | - |
| YUV | 127.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 246 | 0.29 | 0.67 | 0 | 0.04 | 274.34 | 0.9 | 0.64 |
| Hex | AF | 50 | F6 | 1D | 43 | 0 | 4 | 112 | 5A | 40 |
| Octal | 257 | 120 | 366 | 35 | 103 | 0 | 4 | 422 | 132 | 100 |
| Binary | 10101111 | 1010000 | 11110110 | 11101 | 1000011 | 0 | 100 | 100010010 | 1011010 | 1000000 |
Color Harmonies of #AF50F6
Complementary color
Monochromatic Colors of #AF50F6
Black with #AF50F6
Text Example
Text Example
White with #AF50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50F6; }
p { color: rgb(175,80,246); }
H1.HeaderClassName
{
color: #AF50F6;
}
.AnyTagClassName
{
color: #AF50F6;
}
</style>
background-color css
<style>
a { background-color: #AF50F6; }
a { background-color: rgb(175,80,246); }
div.DivClassName
{
background-color: #AF50F6;
}
.BgClassName
{
background-color: #AF50F6;
}
</style>
border-color css
<style>
span { border-color: #AF50F6; }
span { border-color: rgb(175,80,246); }
td.TdClassName
{
border-color: #AF50F6;
}
.TagClassName
{
border-color: #AF50F6;
}
</style>